Hi folks, I’m trying to strip out all HTML tags from text in a variable. Replacement of specific tags works fine... replace “<ul>" with empty in tText …but I’m struggling to find (documentation on) a blanket ‘any number of any characters’ wildcard or regex approach...
So far I’ve tried "<*>”, “<[*]>”, “<[.*]>”, "<" & "[.*]" & “>” to no avail Any clues greatly appreciated. Best, Keith.. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode