Matcher

expect class Matcher
actual class Matcher
actual typealias Matcher = java.util.regex.Matcher
actual class Matcher

Constructors

Link copied to clipboard
constructor(regex: Regex, input: CharSequence)
constructor(regex: Regex, input: CharSequence)

Functions

Link copied to clipboard
expect fun group(ix: Int): String?
actual fun group(ix: Int): String?
actual fun group(ix: Int): String?
Link copied to clipboard
expect fun matches(): Boolean
actual fun matches(): Boolean
actual fun matches(): Boolean