hopefully someone can help here because ive tried and had less than no
luck...

I have files named by dates ie: 022001 and ive managed to grab the filename
without into the field #id# but now i want to take my mmddyy date and make
it mm.dd.yy instead... please help?

and is there a way to use tags like <startdata><endata> and select only the
content between?

As you can tell, i don't do much file manipulation... ive learned all i need
from databases and now its on to file manipulation

----- 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