# RegExpGroups

`import { RegExpGroups } from "destack:regexp";`

Named regular expression capture groups.

```ds title="RegExpGroups"
export type RegExpGroups = { readonly [name: string]: string | undefined }
```

[language/library/src/regexp/regexp.ds:5:7](https://github.com/destack-sh/destack/blob/main/language/library/src/regexp/regexp.ds#L5-L7)
