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