I'm really bad at these so maybe one of you has some ideas, basically I'm
trying to create a reg ex to run against a list of cell phone numbers. I
need to strip out + signs as well as brackets () and spaces " " the
expression I'm using is:

<cfoutput>
#REReplace("+44 (0) 7799 657093","+| |(|)","","ALL")#
</cfoutput>

It only takes out the spaces when I run it :-(

I bet the answer is really simple but I just can't figure it out...

Thanks in advance,

        - =Ed


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to