Regex Matcher
interface RegexMatcher
Content copied to clipboard
Types
MatchResult
Link copied to clipboard
Functions
match
Link copied to clipboard
abstract fun match(text: CharSequence, startPosition: Int = 0): RegexMatcher.MatchResult?
Content copied to clipboard