Jars
08/04/2021, 4:09 PMREGEXP_REPLACE({message},'<[^<>]*>','')
but this doesn't completely remove all the html/css codes in a message. TIADavid B
08/06/2021, 4:48 AM<\/?[\w\s\/"=]*>
Example: https://regex101.com/r/D9QejE/2David B
08/06/2021, 4:49 AM