Hi,

I need to search for any URLs that exist in #tbody# and if so, dump the
whole URL into a new variable called #user_URL#

I've done a basic REfindnocase to check if there is a URL in the string, but
that only finds the position(s).  Hw can I then grab the whole of the URL?

<Cfset z = #REfindnocase("www.", #tbody#)#>

If z returns greater then 0 then continue to get the rest of the URL,
otherwise ignore.

Any guidance would be appreciated.

Will

--
Will
Free Advertising-=- www.localbounty.com
e: [EMAIL PROTECTED]  icq: 31099745




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to