in reply to String replacement with regex...
Update: Typo corrected as per Eimi's post below. Thanks for the correction.$buffer =~ s/varchar \(\d+\)/TEXT/ig if (/varchar \((\d+)\)/i and $1 > + 255);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: String replacement with regex...
by Eimi Metamorphoumai (Deacon) on Aug 06, 2004 at 15:32 UTC |