====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 will not be bold”) would result in “this will not be bold” ===History:=== * Added in XTension version 9.3.10