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

  • Comment on Re: Re: How do I use regex to strip out specific characters in a string?
  • Download Code

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
    Whooops...thanks dga, I was smoking a little too much of the old crack this afternoon, had gimsox on the mind :-) Thanks for the pointers/clarification.