Regular Expressions
Listings
Results 1 - 1 of 1
Strip HTML Tags
Attached is a simple function to strip specific tags from HTML using the Regexp object.
Syntax:
strippedHTML=stripTags(HTML, tag)
HTML: an HTML string.
tag: the name of the tag you want removed fro ...
