In RegEx, a period (.) means any single character. If you wanted to find the letters ca followed by something, then ca. can be used. This will match car, cat, cab, etc. (it wouln't match etc.).
At 03:24 PM 6/4/02, you wrote: >That would be great... >Looking at justin's example (reReplace(variables.string, ".", "*", >"all")) It seems like it would only look for "." and them replace those >with * or am I missing something? Does "." me > >~~ >Stephenie Hamilton >Macromedia Certified ColdFusion Professional >CFXHosting > > >-----Original Message----- >From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, June 04, 2002 2:37 PM >To: CF-Community >Subject: Re: cf=-talk archives returning no results > > >RegEx >REReplaceNoCase(sting_to_search, "word pattern to find", "'s", "all") I >have a paper or two on HoF on how to use RegEx and can coach you on a >specific thing your looking for. It's one of my favorites. :) > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
