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