# RegExpIndexGroups

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

Named spans for regular expression capture groups.

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

[language/library/src/regexp/regexp.ds:19:21](https://github.com/destack-sh/destack/blob/main/language/library/src/regexp/regexp.ds#L19-L21)
