RegExpIndices import { RegExpIndices } from "destack:regexp"; Match spans produced by the d flag. export struct RegExpIndices { match: RegExpSpan; captures: readonly (RegExpSpan | undefined)[]; groups: RegExpIndexGroups; } language/library/src/regexp/regexp.ds:24:33 Members match: RegExpSpan The full match span. captures: readonly (RegExpSpan | undefined)[] The capture spans. groups: RegExpIndexGroups The named capture spans.