Deleting what is matched in REGEX
LovetheBeach
Posts: 54 ✭✭
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)
0
Answers
-
`''`
0 -
Thanks Jon
0 -
<@ULBGHDPNY> 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?
0 -
Nm, my team mate figured it out for me. I had a " in the regex where it wasn't needed.
0 -
Nice. Also, be sure to check the ECMAScript option
0