Which regex syntax is supported?
JavaScript regular-expression syntax and the available flags.
Workspace
Regex
Replace
Use $& for the full match, $1 for a group, or a named-group reference.
Details
Enter a pattern and sample text.
JavaScript regular-expression syntax and the available flags.
It finds or replaces every non-overlapping match instead of only the first.