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

Method FindString

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

Source from the content-addressed store, hash-verified

20 FindReaderIndex(r io.RuneReader) []int
21 FindReaderSubmatchIndex(r io.RuneReader) []int
22 FindString(s string) string
23 FindStringIndex(s string) []int
24 FindStringSubmatch(s string) []string
25 FindStringSubmatchIndex(s string) []int

Implementers 1

Regexpcompat/regexp.go

Calls

no outgoing calls