Prefix the input string
The string is prefixed with the characters in the specified prefixString.
Function: PREFIX('prefixString')
Examples:
"morning" - PREFIX (‘this’) returns " this morning"
Parameters:
prefixString the prefix String. This input string should be enclosed in single quotes.