Anyone know how to do string replacement with a regex in LPL? So far it looks like a regex can only be used with the "matches" operator in conditions.
I have a Business Class field that can contain a styled HTML table and it's creating unexpected behavior with the associated list (columns can't be resized due to style/class conflict).
Alternatively I'm trying to create a derived field that will sanitize / remove the HTML table if it exists, but no luck so far.
Would be simple with a regex match and replace, but I'm not seeing a way to do this in LPL.
Thanks!
Andy