in reply to Re: How do I use regex to strip out specific characters in a string?
in thread How do I use regex to strip out specific characters in a string?
RE notes: A few things to take note of since it seems that you may include those qualifiers on all matches which are not always needed or wanted.
s/://gosix
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How do I use regex to strip out specific characters in a string?
by tshabet (Beadle) on Aug 23, 2001 at 01:43 UTC |