matchEntire

Since Kotlin

1.2
actual fun matchEntire(input: CharSequence): MatchResult?(source)

Attempts to match the entire input CharSequence against the pattern.

Since Kotlin

1.0

Return

An instance of MatchResult if the entire input matches or null otherwise.

actual fun matchEntire(input: CharSequence): MatchResult?(source)

Attempts to match the entire input CharSequence against the pattern.

Since Kotlin

1.1

Return

An instance of MatchResult if the entire input matches or null otherwise.