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