Programmer Workshop
Apply a regex search and replace across text.
$1, $2 or $<name> reference capture groups
g — global
i — ignore case
m — multiline
s — dotAll
u — unicode
Test regular expressions with live match highlighting and groups.
Build common regular expressions from readable building blocks.
Break a regular expression down token by token.