splitpattern/string.go
FIXME found Open
Open
// FIXME: is len of runes (and not bytes) correct?
- Exclude checks
exported type StringSplitPattern should have comment or be unexported Open
Open
type StringSplitPattern struct {
- Exclude checks
exported method StringSplitPattern.FindMatches should have comment or be unexported Open
Open
func (sp *StringSplitPattern) FindMatches(s string) ([]Capture, error) {
- Exclude checks
exported function FromString should have comment or be unexported Open
Open
func FromString(s string) *StringSplitPattern {
- Exclude checks