in reply to save regex in a file?
Note that this may not give the same behavior as a normal match if you've used a delimiter that also appears in the regex, e.g. m|foo\|bar|$re =~ s/^m//; $re =~ s/^.//; $re =~ s/.$/; $string =~ $re;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: save regex in a file?
by smackdab (Pilgrim) on Oct 16, 2001 at 09:06 UTC | |
by chipmunk (Parson) on Oct 16, 2001 at 09:13 UTC |