Table of Contents

Remove HTML Tags

Takes a text parameter and returns it with anything resembling an HTML tag removed.

Usage:

Remove HTML Tags [text] the text to filter for HTML tags

Returns text without HTML tags.

Examples:

  write log (remove html tags “this <b>will</b> not be bold”)

would result in “this will not be bold”

History: