Return to Snippet

Revision: 52856
at November 3, 2011 03:30 by burnandbass


Initial Code
string.replace(/<.*?>/g, "")

// Instead of "string" have to be your variable:
// var s:String = "<p>Html paragraph</p>"
// trace( s.replace(/<.*?>/g, "") )

Initial URL


Initial Description


Initial Title
Remove HTML tags

Initial Tags
html

Initial Language
ActionScript 3