I have a string as $text=",passage,null,a,a,a,d" and I want a regular ex which can substitute the second fields in $text variable.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by friedo, m.buettner, Charles, Mac, Lafada Nov 28 '12 at 5:43
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
the naive approach, without regexes:
As homework, you could rewrite that as a one-liner |
|||||||||
|
