SOMETHING is wrong with my email client or this list, but this is what i MEANT to 
post...

--

you'll want to use regular expressions if you want to use "wildcards".

try this one to strip out all HTML tags from a document:
<cfset mytextonly=#REReplace(myhtmlsource, "<[^>]*>", "", "ALL")#>

check your cf documentation for more on regular expressions.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to