DateMatcher class
Matches dates.
- Inheritance
-
- Object
- BaseMatcher
- DateMatcher
Constructors
- DateMatcher.new(Options options)
- Creates a matcher.
Properties
-
dateSplits
→ Map<
int, List< List< >int> > -
Possible indexes of the date parts for a date without separators.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxYear → int
-
The maximum year to match.
no setter
- minYear → int
-
The minimum year to match.
no setter
- options → Options
-
Options.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
match(
String password) → List< List< DateMatch> > -
Returns date matches for the
password
.override -
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