String operators are used to concatenate (join) text strings, to extract substrings from text strings, or to test for the presence of substrings in text strings.
Note: Operators are case-sensitive. For example, "ABC" is not equal to "abc". Nor is "abc" in the string "ABCDEF".