?
replace-trailing
Summary​
Replaces all trailing occurrences of a pattern in a string
Description​
Fields​
string​
A string which may contain trailing values 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?