Yo Rick - I doubt Claude wants to spend time explaining the intricacies of Regex's to you -- here's a link that will help:
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00000982.htm Watch the link wrap! -- Josh ----- Original Message ----- From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, March 07, 2006 4:04 PM Subject: RE: How do I write a Regex for this? > Thanks, Claude...that seems to have done just what I needed. > > What do the \'s do? And the + sign? > > Rick > >> -----Original Message----- >> From: Claude Schneegans [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, March 07, 2006 6:40 PM >> To: CF-Talk >> Subject: Re: How do I write a Regex for this? >> >> >> >>How would I write that in a Regex? >> >> Try this: >> >> REReplace (myString, "[\.\$,]+", "", "all") >> >> -- >> _______________________________________ >> REUSE CODE! Use custom tags; >> See http://www.contentbox.com/claude/customtags/tagstore.cfm >> (Please send any spam to this address: [EMAIL PROTECTED]) >> Thanks. >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234557 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

