Performs replacements simultaneously. Searches via regular expressions.
Potential future feature: Insert captures into replacements via
$<groupName>. Since we use a function as the second .replace()
argument, we’d have to implement this functionality ourselves.
Performs replacements simultaneously. Searches via regular expressions.
$<groupName>
. Since we use a function as the second .replace() argument, we’d have to implement this functionality ourselves.