RegExpExecArray class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

RegExpExecArray({num? index, String? input, String? first, Object? groups, RegExpIndicesArray? indices, num? length, String toString$()?, String toLocaleString()?, String? pop()?, num push([Iterable?])?, String join([String?])?, List<String> reverse()?, String? shift()?, List<String> slice([num?, num?])?, Array sort([num (String, String)?])?, num unshift([Iterable?])?, num indexOf(String, [num?])?, num lastIndexOf(String, [num?])?, bool some(Object? (String, num, List<String>), [dynamic])?, void forEach(void (String, num, List<String>), [dynamic])?, List<U> map<U>(U (String, num, List<String>), [dynamic])?, num findIndex(Object? (String, num, List<String>), [dynamic])?, Array fill(String, [num?, num?])?, Array copyWithin(num, num, [num?])?, IterableIterator<(num, String)> entries()?, IterableIterator<num> keys()?, IterableIterator<String> values()?, bool includes(String, [num?])?, List<U> flatMap<U, This>(Object (String, num, List<String>), [This?])?, List flat<A, D extends num>([D?])?, String? at(num)?, num findLastIndex(Object? (String, num, List<String>), [dynamic])?, List<String> toReversed()?, List<String> toSorted([num (String, String)?])?, List<String> with$(num, String)?, dynamic isArray([dynamic])?, List<String> of<T>([Iterable?])?})
factory

Properties

first String

Available on RegExpExecArray, provided by the RegExpExecArray$Typings extension

The first match. This will always be present because null will be returned if there are no matches.
no setter
groups Object?

Available on RegExpExecArray, provided by the RegExpExecArray$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index num

Available on RegExpExecArray, provided by the RegExpExecArray$Typings extension

The index of the search at which the result was found.
getter/setter pair
indices RegExpIndicesArray?

Available on RegExpExecArray, provided by the RegExpExecArray$Typings extension

getter/setter pair
input String

Available on RegExpExecArray, provided by the RegExpExecArray$Typings extension

A copy of the search string.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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