Regex Matcher
Types
Functions
match
Link copied to clipboard
fun match(text: CharSequence, startPosition: Int = 0): RegexMatcher.MatchResult?
Content copied to clipboard
matches
Link copied to clipboard
fun matches(matcher: CharacterMatcher, text: CharSequence, pos: Int): Boolean
Content copied to clipboard