matchEntire
Attempts to match the entire input CharSequence against the pattern.
Return
An instance of MatchResult if the entire input matches or null
otherwise.
Attempts to match the entire input CharSequence against the pattern.
An instance of MatchResult if the entire input matches or null
otherwise.