Core API – Kotlin Programming Language (original) (raw)
matchEntire
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.
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.
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.
Attempts to match the entire input CharSequence against the pattern.
Since Kotlin
1.3
Return
An instance of MatchResult if the entire input matches or null otherwise.
Attempts to match the entire input CharSequence against the pattern.
Since Kotlin
1.8
Return
An instance of MatchResult if the entire input matches or null otherwise.
Attempts to match the entire input CharSequence against the pattern.
Since Kotlin
1.8
Return
An instance of MatchResult if the entire input matches or null otherwise.