Skip to main content

If I'm using the Mask function, and I've crafted a "Match Regex" to target what I want removed (not replaced), what is the "Replace Expression" to use to just delete it?(I want to delete what I've matched via regex)

`''`


Thanks Jon


<@ULBGHDPNY&gt;Any idea why my regex matches in http://regex101.com|regex101.com but the Mask function, that includes the same regex, doesn't remove the string?


Nm, my team mate figured it out for me. I had a " in the regex where it wasn't needed.


Nice. Also, be sure to check the ECMAScript option


Reply