RegexMatcher

interface RegexMatcher

Types

MatchResult
Link copied to clipboard
data class MatchResult(matchedText: String, eolPositions: List<Int>)

Functions

match
Link copied to clipboard
abstract fun match(text: CharSequence, startPosition: Int = 0): RegexMatcher.MatchResult?