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

Method FindAllStringIndex

compat/interface.go:32–32  ·  view source on GitHub ↗
(s string, n int)

Source from the content-addressed store, hash-verified

30 FindAllIndex(b []byte, n int) [][]int
31 FindAllString(s string, n int) []string
32 FindAllStringIndex(s string, n int) [][]int
33 FindAllStringSubmatch(s string, n int) [][]string
34 FindAllStringSubmatchIndex(s string, n int) [][]int
35 FindAllSubmatch(b []byte, n int) [][][]byte

Implementers 1

Regexpcompat/regexp.go

Calls

no outgoing calls