/ Published in: ColdFusion
Expand |
Embed | Plain Text
<CFSET mystring = REReplaceNoCase(mystring,"(<[^>]*>)","","ALL")>
You need to login to post a comment.
fostersolutions on 11/25/08
1 person have marked this snippet as a favorite
<CFSET mystring = REReplaceNoCase(mystring,"(<[^>]*>)","","ALL")>
You need to login to post a comment.