| |||
Home > Symbols, Literals, Expressions, and Operators > String manipulation operators |
Table 30 shows
the string manipulation operators. In CC,
both A
and B
must
be strings. In the slicing operators LEFT
and RIGHT
:
A
must
be a string
B
must be a numeric expression.
Table 30. String manipulation operators
Operator | Usage | Explanation |
---|---|---|
|
| B concatenated onto the end of A |
|
| The left-most B characters of A |
|
| The right-most B characters of A |