Is CF documentation online anywhere? I've seen it all over the place in the
past but now I can't find it.

----- Original Message -----
From: brendan avery <[EMAIL PROTECTED]>
To: CF-Server <[EMAIL PROTECTED]>
Sent: Sunday, February 25, 2001 5:46 PM
Subject: Re[2]: encrypt values in text controls


> 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