Guide / 01
When to use it
Use it to find error-code formats in a log or verify a JavaScript validation expression against both valid examples and cases that should fail.
DEV / 023
Test JavaScript regex patterns and inspect every match instantly.
1. [23] Tools 2. [36] Place
Guide / 01
Use it to find error-code formats in a log or verify a JavaScript validation expression against both valid examples and cases that should fail.
Guide / 02
CHECK
With the pattern \d+ and text A12 B003, the output should contain two matches, 12 and 003, at different indices.
LIMITS
The engine follows JavaScript RegExp syntax and global matching is applied automatically. Capture-group details are not listed, and inefficient nested quantifiers can make a tab unresponsive on long input.
Reference
Actual output depends on your input and browser environment. Verify any value used for an important decision.
\b[A-Z][a-z]+\bMatch value and source indexFAQ
No. Enter only the body that normally appears between the slashes, and put flags such as g, i, or m in the flags field.
No. This tool is designed to process its working data in your browser. Advertising may load separately, but your tool input is never sent with it.