Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharGroup ¶
type LinePattern ¶
type LinePattern struct {
InRange func(line int) bool
Pattern ValidatesPartially
}
func (LinePattern) ValidatePartial ¶
func (lp LinePattern) ValidatePartial(input string, currLine int) (string, error)
type Optional ¶
type Optional struct {
Pattern ValidatesPartially
}
type OrPattern ¶
type OrPattern struct {
Left ValidatesPartially
Right ValidatesPartially
}
type Pattern ¶
type Pattern []ValidatesPartially
Click to show internal directories.
Click to hide internal directories.