Prepend / Append
Prepend and Append a string
Description
Add a prefix or a suffix to a string. Both properties are optional
Properties
Prepend
The string or variable to add as a prefix
Append
The string or variable to add as a suffix
Returns
Returns the new string with the appended or prefixed changes.
Last updated