Graham Thanks for your effort, but as my post said, i am trying to extract it from a string, not replace it, hence I am using REFind, not REReplace.
Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Graham Cook Sent: Sunday, May 23, 2004 11:27 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Regular Expression making my hair fall out~! Here's your solution: #REReplaceNoCase("[code] This is the code to extract [/code]","\[code\] ([[:print:]]*) \[/code\]"," \1","ALL")# --- 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 --- 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
