STRING_ESCAPE_SEQUENCE

STRING_ESCAPE_SEQUENCE("#string-escape-sequence")

A string escape sequence, including both the escape character \ and the character(s) that follow it that are being escaped. All escape sequences are styled similarly, even \\ and \", which serve to mark the escape character \ and the delimiter " as actual characters within the string. Also used for delimiting quotes.

Properties

Link copied to clipboard
val kotlinString: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val string: AvailObject

The Avail A_String version of the kotlinString.