Match Result
Represents the results from a single regular expression match.
Types
Destructured
Link copied to clipboard
Provides components for destructuring assignment of group values.
Functions
next
Link copied to clipboard
Returns a new MatchResult with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character).
Properties
destructured
Link copied to clipboard
An instance of MatchResult.Destructured wrapper providing components for destructuring assignment of group values.
groups
Link copied to clipboard
groupValues
Link copied to clipboard