Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
3
TestRegexpMethodsMatchStdlib
Function · 0.65
TestRegexpMethodsReturnNilWhenNoMatch
Function · 0.65
TestRegexpMethodsUseByteIndexes
Function · 0.65
Implementers
1
Regexp
compat/regexp.go
Calls
no outgoing calls
Tested by
3
TestRegexpMethodsMatchStdlib
Function · 0.52
TestRegexpMethodsReturnNilWhenNoMatch
Function · 0.52
TestRegexpMethodsUseByteIndexes
Function · 0.52