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