regexp-match
Regular expressions ยป Regular expression capture groups

Prev:capture-bounds ( group match -- from/f to/f )


Vocabulary
regexp.captures

Class description
A capture result with a groups array and a names association mapping names to group numbers. Group zero is the whole match. Each group is a slice or f.

Definition