kpeg library
/
io.kpeg
/
WhitespaceChars
Whitespace
Chars
object
WhitespaceChars
Content copied to clipboard
Built-in whitespace variants.
Properties
Sources
Properties
DEFAULT_WS
Link copied to clipboard
val
DEFAULT_WS
:
List
<
Char
>
Content copied to clipboard
Use default whitespace characters (
' '
,
'\t'
,
'\r'
,
'\n'
).
NO_WS
Link copied to clipboard
val
NO_WS
:
List
<
Char
>
Content copied to clipboard
Use no whitespace characters.
Sources
JVM source
Link copied to clipboard