Email-like text
Input
{"pattern":"[\\w.-]+@[\\w.-]+\\.\\w+","flags":"gi","text":"Contact [email protected] or [email protected]"}Output
[email protected], [email protected]
KoguNavi tool
Try a JavaScript regular expression against sample text and inspect matches, indexes, capture groups, and replacement output.
Runs in your browser for this tool.
Current tools are designed to run in your browser. As a general habit, avoid pasting passwords, private keys, or production secrets into any website.
Matches with indexes, capture groups, optional named groups, simple highlights, and an optional replacement preview.
Input
{"pattern":"[\\w.-]+@[\\w.-]+\\.\\w+","flags":"gi","text":"Contact [email protected] or [email protected]"}Output
[email protected], [email protected]
Input
{"pattern":"(?<key>\\w+)=(\\d+)","flags":"g","text":"id=42 count=7","replacement":"$1: $2"}Output
id=42, count=7
Nearby utilities from the KoguNavi toolbox.
Developer tools · Local in browser
Explain standard 5-field cron expressions locally.
Open tool →
Developer tools · Local in browser
Format SQL queries locally in your browser.
Open tool →
Developer tools · Local in browser
Generate UUID v4 values locally in your browser.
Open tool →