in reply to Re^2: nested reg ex over multiple lines
in thread nested reg ex over multiple lines
Basically, the $& construct is slow, and might not be supported into the future. (Right?) What's the "right" way to do this again?
UPDATE: Changed above code to use $1 instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: nested reg ex over multiple lines
by holli (Abbot) on Jun 20, 2005 at 14:15 UTC |