matchEntire

Common
JVM
Native
1.0
JS
1.1
fun matchEntire(input: CharSequence): <ERROR CLASS>?
(source)
For JVM, Native

Attempts to match the entire input CharSequence against the pattern.

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

For JS

Attempts to match the entire input CharSequence against the pattern.

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