WhitespaceChars

object WhitespaceChars

Built-in whitespace variants.

Properties

DEFAULT_WS
Link copied to clipboard
val DEFAULT_WS: List<Char>
Use default whitespace characters (' ', '\t', '\r', '\n').
NO_WS
Link copied to clipboard
val NO_WS: List<Char>
Use no whitespace characters.

Sources

JVM source
Link copied to clipboard