Replace first match of given pattern by replacement.
a string
substring to match
replacement substring
replaced string
Replace first or all matches of given pattern by replacement.
pattern to match
replacement substring or replacer
Generated using TypeDoc
Replace first match of given pattern by replacement.