Text Tools
Find and Replace
Find literal text or a regular expression and preview safe replacements.
Test regular expressions, flags, offsets and capture groups with a linear-time engine.
Patterns and test text stay on this device.
Compile and run RE2-compatible regular expressions against local test text, then inspect bounded match output, capture groups and exact UTF-16 offsets without catastrophic backtracking.
Patterns and test text stay on this device. Entered values remain in the current page session and are not included in analytics or monitoring.
The RE2 engine omits features such as backreferences and lookaround so matching remains predictable and resists catastrophic backtracking.
No. It focuses on inspectable matches and groups; use Find and Replace for local replacement workflows.
Text Tools
Find literal text or a regular expression and preview safe replacements.
Text Tools
See added, removed and changed lines in two text versions.
Developer Tools
Find common exposed credentials and create a reviewable redacted copy locally.
Learn the difference between valid and readable JSON, decode common parser errors, and handle configuration data safely.
Convert tabular data without breaking quoted fields, losing headers, or silently changing important values.
Turn arrays of JSON objects into dependable tabular exports while handling columns, nested values, quoting and spreadsheet risks.
Private by design. Patterns and test text stay on this device. Matching uses a linear-time RE2 engine to avoid catastrophic backtracking.
(?P<name>…).Patterns are limited to 240 characters and input to 100,000 characters.
The first 500 matches are returned with UTF-16 start and end offsets.