Regex testing tool
complete
A
Anthony
Can you please make a regex testing tool to test parsers. Given there are multiple regex implementation in regards of what characters need to be escaped, it may be difficult to find a proper syntax. Just a two-box tool (regex, input) that would show the match as per your engine would be super useful. Thank you.
Cahyo
complete
Cahyo
There's a new "Try it" button in the create/edit parser's form.
Useful to check that the parser is performing the expected action. For example, to test a regex expression.