Skip to content

Instantly share code, notes, and snippets.

@Macagare
Last active October 18, 2019 22:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macagare/4603792 to your computer and use it in GitHub Desktop.
Save Macagare/4603792 to your computer and use it in GitHub Desktop.
Coldfusion: strip tags from html
<!--- strip tags --->
<cfset stripedString = ReReplaceNoCase(source,"<[^>]*>","","ALL") />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment