String operator (Definition)

Operators that act on string values.

There is only one string operator in the sense of a token that you can build a string expression out of. That is the concatenation operator. This may also be used to cast numeric values to string values by concatenating them to an empty string.

See also:Additive operator, String concatenate (+)