replace
Arguments
The function takes three required arguments. The first argument $group is the argument to be formatted, the second argument target is its part (symbol, word or regular expression) to be replaced. The third argument replacement replaces the second one.
The function also accepts the following optional named parameters:
Named parameter |
Comments |
regex:=yes/no |
switches on/off the use of regular expression |
casesens:=yes/no |
switches case sensitivity on/off |
ignore_ws:=yes/no |
ignores/forbids white spaces in a regular expression |