core.noscript.text
Hi,How to detect for delimiter 'm³' in Alteryx?Thanks.
If you are just detecting, could you do FindString([Field1], "m³") ? It'll produce a -1 if it doesn't find it, or a positive number if it find it representing the position of it in the string.
Like this