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

Method FindStringSubmatch

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

Source from the content-addressed store, hash-verified

22 FindString(s string) string
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

Callers 3

TestPcre_BasicsFunction · 0.65

Implementers 1

Regexpcompat/regexp.go

Calls

no outgoing calls

Tested by 3

TestPcre_BasicsFunction · 0.52