Skip to main content

Regex find & replace

Find-and-replace with full regex power - capture groups, named groups, and all standard flags.

Flags:Active: /(\w+)@(\w+\.\w+)/g

Match details

#PosOriginal→ Replaced
114support@example.com[support at example.com]
237sales@gkit.io[sales at gkit.io]