I’m trying to use the Regex functionality within the Tulip expression editor, but it is not working as expected:
Here's what I am trying to run in Tulip:
With this outcome (spaces, comma, and exclamation mark not removed):
(input: “Hello, World! 123 @#$%^&*()_+”)
(displayDeviceName is shown in the upper box)
Here's the same regex expression run in the console:
And here is the same expression tested at RegExr.com
Am I missing something here or is it not working as expected?
Thanks