splitpattern/regexp2.go
exported function FromRegexp2 should have comment or be unexported Open
Open
func FromRegexp2(r *regexp2.Regexp) *Regexp2SplitPattern {
- Exclude checks
exported method Regexp2SplitPattern.FindMatches should have comment or be unexported Open
Open
func (sp *Regexp2SplitPattern) FindMatches(s string) ([]Capture, error) {
- Exclude checks
exported type Regexp2SplitPattern should have comment or be unexported Open
Open
type Regexp2SplitPattern struct {
- Exclude checks