Brian Dunning's FileMaker Custom Functions

StripHtmlTags ( html )

Removes HTML tags, preserving contents (except script and style and comments)

  Be the first to rate this function Log in to vote

Sam Barnum   Sam Barnum - Show more from this author
360Works
http://360works.com

  Sample input:
StripHtmlTags ( "The tag has vanished!" )
  Sample output:
The tag has vanished!

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Unlike HTMLtoText this makes no attempt to format the text, it simply removes HTML opening and closing tags. Contents are preserved, except for