Quick answer

When Regex is enabled, the pattern is interpreted as a JavaScript regular expression.

Error Pattern Invalid Regex

When Regex is enabled, the pattern is interpreted as a JavaScript regular expression. Invalid syntax (unclosed brackets, bad escapes, invalid quantifiers) causes an error and no matches are returned.

Common causes

How to fix

Examples

Bad

[error

Good

[ERROR]

FAQ

Where can I test my regex?
Use the Regex Tester tool on this site to validate the pattern and see matches before using it in Error Pattern Checker.

Fix it now

Try in validator (prefill this example)

Related

All tools · Canonical