Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTooFewRepeat = errors.New("Counted too few repeat.") ErrTooManyRepeat = errors.New("Counted too many repeat.") )
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator holds base regular expression pattern .
func NewGenerator ¶
NewGenerator returns Generator.
Click to show internal directories.
Click to hide internal directories.