MCPcopy Create free account
hub / github.com/dlclark/regexp2 / FindStringSubmatchIndex

Method FindStringSubmatchIndex

compat/interface.go:25–25  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

23 FindStringIndex(s string) []int
24 FindStringSubmatch(s string) []string
25 FindStringSubmatchIndex(s string) []int
26 FindSubmatch(b []byte) [][]byte
27 FindSubmatchIndex(b []byte) []int
28

Implementers 1

Regexpcompat/regexp.go

Calls

no outgoing calls