Michael

Try

REReplace( string, ".*(URL=)([^[:space:]]+).*", "\2" )

A loose translation -

1) look for any character (.) any number of times(*), followed by
2) the string "URL=", followed by
3) anything other than a space ([^[:space:]]), at least once (+)
4) Replace that whole lot with whatever bit of the string matched part 3.

Hope that helps

Alistair Davidson
Senior Developer
Rocom New Media
www.rocomx.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to