?
replace-suffix
Summary​
Replaces a single trailing occurrence of a pattern in a string
Description​
Fields​
string​
A string which may contain a trailing value to be replaced.
pattern​
The string pattern to be replaced. If the pattern is an empty string, the replacement value will be appended to the string.
replacement​
The string to be added as a replacement for the given pattern.
Helpful?