Hi Taco, I'm a newbie at regular expressions, but looking at my O'Reilly
book they give the example to remove any doubled words:
<cfset NoDupes = ReReplaceNoCase("I would like to go to to the park","([A-Z]+)[
]+\1","\1","\1","ALL">
>From that could the extrapolation for your situation be along the lines:
"([']+)[]+\1","\1","\1","ALL"
Regards
Graham Cook
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004