String

String values within CQL are represented using single-quotes:

'active'

CQL supports string values up to 231-1 characters in length.

For string literals, CQL uses standard escape sequences:

EscapeCharacter
\'Single-quote
\"Double-quote
\rCarriage Return
\nLine Feed
\tTab
\fForm Feed
\uXXXXUnicode character, where XXXX is the hexadecimal representation of the character