f0eae4d975
gsubfn is like gsub but can take a replacement function or certain other objects instead of the replacement string. Matches and back references are input to the replacement function and replaced by the function output.
4 lines
219 B
Text
4 lines
219 B
Text
gsubfn is like gsub but can take a replacement function or certain
|
|
other objects instead of the replacement string. Matches and back
|
|
references are input to the replacement function and replaced by
|
|
the function output.
|