I just keep learning. This list is making learning much easier. Thanks to Dan and Jason, Patrick > you need the global modifier .. what you're trying to do is do the current > match globally throughout the whole string (not zero or more) > > $mystring =~ s/\'/\\'/g;
- RE: RegEx Prob WAS: Problem with reading string King, Jason
- CGI Problem J. Patrick Lanigan
- CGI Problem J. Patrick Lanigan
- Re: CGI Problem Gary Stainburn
- RE: CGI Problem J. Patrick Lanigan
- Re: CGI Problem Joe McMahon
- Re: CGI Problem Matt Cauthorn
- Re: CGI Problem SunDog