Takes a text parameter and returns it with anything resembling an HTML tag removed.
Remove HTML Tags [text] the text to filter for HTML tags
Returns text without HTML tags.
write log (remove html tags “this <b>will</b> not be bold”)
would result in “this will not be bold”