in reply to Re^2: using a regex to determine if a string is the start of the FILE
in thread using a regex to determine if a string is the start of the FILE
Ah, that makes it a little more interesting and experimental. Try:
/(??{ $. == 1 ? '"99","END"' : '(?=x)(?=X)' })/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: using a regex to determine if a string is the start of the FILE
by ftumsh (Scribe) on Sep 29, 2008 at 11:33 UTC |