[thelist] Important for the Laid-off Americans

Ben Dyer ben_dyer at imaginuity.com
Wed Jan 16 12:27:27 CST 2002


Remember, those of you American designers and developers who have been 
unfortunate enough to have had their company close down on them this past 
year, be careful when you go to fill out taxes this year:

<http://www.zdnet.com/zdfeeds/msncobrand/news/0,13622,5101713,-hud00025nsab,00.html>

--Ben


<tip type="ColdFusion" author="Ben Dyer">

If you have a situation where you need to strip out all tags from a block 
of text in ColdFusion, you can use a regular expression to remove them 
all.  Like so:

<CFSET new_block = REReplaceNoCase(Form.original_block,"<[^>]*>","","all")>

</tip>


Ben Dyer, Senior Internet Developer, Imaginuity Interactive
http://www.imaginuity.com/
-----------------------------------------------------------------
   http://members.evolt.org/OKolzig37/     http://www.evolt.org/ 





More information about the thelist mailing list