in reply to Re: Deleting everything before a string
in thread Deleting everything before a string
since it would work for more that occurance of the replacement string in the file.@content = ($content =~ /\+_(.*?)\+_/sg);
/\/\averick
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Deleting everything before a string
by I0 (Priest) on Dec 21, 2000 at 19:19 UTC |