RegexMatcher class

Inheritance

Constructors

RegexMatcher({required RegExp pattern, required SpanBuilder spanBuilder, MatchValidator? validator, int priority = 0, TextMatcherOptions options = const TextMatcherOptions()})

Properties

finder MatchFinder
finalinherited
hashCode int
The hash code for this object.
no setterinherited
options TextMatcherOptions
finalinherited
priority int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spanBuilder SpanBuilder
finalinherited
validator MatchValidator?
finalinherited

Methods

adjustSelection(TextSelection selection, MatchingContext context) TextSelection
inherited
buildSpan(MatchResult match, MatchingContext context) InlineSpan
inherited
findMatches(MatchingContext context) List<MatchResult>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited