JavaScript flavor
Formalint uses the browser's JavaScript regular expression engine, so results match what front-end code and many Node.js tools will produce.
Browser-based developer tools
Test JavaScript regular expressions, inspect matches and review capture groups without sending text to a backend.
Reference notes
Formalint uses the browser's JavaScript regular expression engine, so results match what front-end code and many Node.js tools will produce.
Each match lists capture groups so you can quickly confirm whether your parser extracts the fields you expect.
Input stays in the browser in this static release, which keeps small debugging samples fast and convenient.