S

object S : CharacterClass

A whitespace character.

S := [#x20] | [#x9] | [#xD] | [#xA]

See also

Functions

Link copied to clipboard
open operator fun contains(c: XmlChar): Boolean

Returns true if the XML character is in this character class.

open operator override fun contains(c: Int): Boolean

Returns true if the unicode codepoint is in this character class.