How to test regular expression conditions easily?

I suspect something wrong with regexp because my watches are not ever fired with this kind of condition.
Since I can’t change a web page to test a certain Regexp-expression I don’t actually sure if it really works or not.
Is there any easy way to test it?

1 Like

We plan to support an inbuilt way to test conditions by modifying values directly. It will add available by this year end. In the meantime, you can use regex101.com to test how the regular expressions.

Feel free to reach out if you need help with any expression.

Cheers!