Regex Tester Advanced — Free Online Tool

Flags, groups, replace, cheat sheet.. Regex Tester Advanced is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading Regex Tester Advanced

How to use Regex Tester Advanced

Enter a pattern and toggle flags like g, i and m, then type test text to see matches highlighted, capture groups listed, and an optional replacement preview.

Frequently asked questions

What do the g, i and m flags do?

g finds all matches, i makes matching case-insensitive, and m lets ^ and $ match at line boundaries instead of only the whole string.

What are capture groups?

Parentheses in a pattern capture parts of each match so you can extract or reference them, e.g. (\d{4}) captures a four-digit year.

Which regex flavor is used?

The JavaScript RegExp engine, so syntax matches what runs in browsers and Node.js, including named groups and lookaheads.

More Developer Tools

cURL Builder
Build cURL command from form.
cURL to Code
Convert cURL to JS/Python/PHP/Go.
JWT Debugger
Decode JWT segments and verify.
Chmod Calculator
Symbolic — octal permission grid.
Crontab Guru
Visual cron builder + readable output.
Semver Tools
Validate, compare and range-check semantic versions.

← View all Developer Tools