LastMatch class

Stores the properties of the last match done by search().

Constructors

LastMatch()

Properties

hashCode int
The hash code for this object.
no setterinherited
position Position
getter/setter pair
regExpMatch RegExpMatch?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringMatch String?
getter/setter pair
type LastMatchType
getter/setter pair

Methods

group(int no) String?
groupCount() int
length() int
Returns the length of the last match.
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