in reply to using a regex to determine if a string is the start of the FILE
Something like:
my $re = qr/(?<=\S)\s*\n"99","END"/sm;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using a regex to determine if a string is the start of the FILE
by ftumsh (Scribe) on Sep 18, 2008 at 12:27 UTC | |
by GrandFather (Saint) on Sep 18, 2008 at 19:51 UTC | |
by ftumsh (Scribe) on Sep 29, 2008 at 11:33 UTC | |
|
Re^2: using a regex to determine if a string is the start of the FILE
by ftumsh (Scribe) on Sep 18, 2008 at 12:18 UTC | |
by moritz (Cardinal) on Sep 18, 2008 at 12:35 UTC |