mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
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.
|