Format

Format

object Format

Format whitespace elements are spaces, tabs, newlines, and carriage returns.

From the docs:


format ::= ' ' | U+09 | U+0A | U+0D

Fields

Name Description
val PATTERN_STRING: String
val PATTERN: ThreadLocal<Regex>