On Wed, 10 Apr 2002 08:03:09 -0500, [EMAIL PROTECTED] (Brent Michalski) wrote: >Well, I am guessing that you use some sort of whitespace between words, >like a space. The below regex does not include the space character! > >Change your character set to include more characters.. > >From: >[a-zA-Z0-9\.,;:] > >To: >[a-zA-Z0-9\.,;: ] > >Or, to save a few chars.. >[\w\.,;: ] > >Would be a start.
Doh!!! That did it. Man this untainting business needs a decent module. :-) Looking too hard, and missing the obvious. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]