|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
RegEx HelpThe reason mine was wrong was that I escaped the period when I didn't need to. Always listen to Ben. Jerry Johnson >>> bdoom-hof@moonbow.com 05/22/03 01:51PM >>> The regex would be [^A-Za-z0-9._] HTH. -- Ben Doom Programmer & General Lackey Moonbow Software, Inc : -----Original Message----- : : Sent: Thursday, May 22, 2003 1:36 PM : To: CF-Talk : Subject: RegEx Help : : : I've spent a lot of time on this and can't seem to get it right. : : I need a regex that says the following: : Find ANY character (including spaces) other than the following characters: : A-Z, a-z, 0-9, period, and underscore. : : The problem with the ones I've created, is the regex would find a : letter and : return True, because the letter wasn't a number, period, or underscore. I : need it to find a character that is not any of the charcters listed above. : : Anyone care to help? : : -Brad : : : |
June 19, 2013
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||