kotlin.text.Regex.matchEntire

matchEntire

fun matchEntire(input: CharSequence): MatchResult?

Attempts to match the entire input CharSequence against the pattern.

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

© 2010–2017 JetBrains s.r.o.
Licensed under the Ap