Any characters wildcard or regex?
Keith Clarke
keith.clarke at me.com
Thu Sep 22 09:34:20 EDT 2016
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..
More information about the use-livecode
mailing list