CharacterMatcher

class CharacterMatcher(kind: MatcherKind, literal: Char, max: Char, options: Array<CharacterMatcher>)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

kind
Link copied to clipboard
common
val kind: MatcherKind
literal
Link copied to clipboard
common
val literal: Char = '\u0000'
matcher
Link copied to clipboard
common
val matcher: CharacterMatcher
max
Link copied to clipboard
common
val max: Char = '\u0000'
min
Link copied to clipboard
common
val min: Char
options
Link copied to clipboard
common
val options: Array<CharacterMatcher>