RE: Why does this code disable styling? / Regex needed...

2007-10-11 Thread Rick Faircloth
Any Regex gurus care to lend a hand with this one? Rick > -Original Message- > From: Azadi Saryev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10, 2007 9:53 PM > To: CF-Talk > Subject: Re: Why does this code disable styling? > > use REReplace() with a regex to replace spaces only

Re: Regex needed

2006-06-21 Thread Rey Bango
Sweet! Ben Nadel wrote: > Working on RSS right now. :) > > > ... > Ben Nadel > www.bennadel.com > > > -Original Message- > From: Rey Bango [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 20, 2006 6:19 PM > To: CF-Talk >

RE: Regex needed

2006-06-21 Thread Ben Nadel
Working on RSS right now. :) ... Ben Nadel www.bennadel.com -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 6:19 PM To: CF-Talk Subject: Re: Regex needed BTW Ben, you need to get an RSS feed on your blog so I can keep

Re: Regex needed

2006-06-20 Thread Rey Bango
BTW Ben, you need to get an RSS feed on your blog so I can keep track of it. I was just reading some of the stuff you're doing on SEO. Very cool. Rey... ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244320 Archives

Re: Regex needed

2006-06-20 Thread Rey Bango
Thanks gents! Worked like a charm! I have to get up to speed on regex. Its just so darn powerful. Rey... ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244319 Archives: http://www.houseoffusion.com/cf_lists/threads.

Re: Regex needed

2006-06-20 Thread Rob Wilkerson
Looks like some of your data got clipped or removed (at least in gmail), but I'll take a stab at what you've got - while making some dangerous assumptions. Try: REReplaceNoCase ( data, '([^(]+)\([^)]+\)', '\1' ) On 6/20/06, Rey Bango <[EMAIL PROTECTED]> wrote: > Would anyone be willing to help m

RE: Regex needed

2006-06-20 Thread Ben Nadel
Ben Nadel www.bennadel.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 5:52 PM To: CF-Talk Subject: RE: Regex needed If you know the set of delivery methods, you could try something simple like: #REReplaceNoCase( strTest, "(Ground|FedEx) ?\

RE: Regex needed

2006-06-20 Thread Ben Nadel
.. Ben Nadel www.bennadel.com -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 5:43 PM To: CF-Talk Subject: Regex needed Would anyone be willing to help me with a regex expression? I have the following data: Ground I need the regex expression to ret

Regex needed

2006-06-20 Thread Rey Bango
Would anyone be willing to help me with a regex expression? I have the following data: Ground I need the regex expression to return only the word "Ground" and drop the " ($7.59)". Help? Rey... ~| Message: http://www.houseoff