Generic rep support. Normally use subclasses.
matcher
mininum number of times the matcher must match for this to be considered a match. Default 0
if this is provided it indicates that this is a rep sep and it is the delimiter
mininum number of times the matcher must match for this to be considered a match. Default 0
if this is provided it indicates that this is a rep sep and it is the delimiter
Generated using TypeDoc
Handle repetition, with or without a separator. Prefer subclasses for simplicity and clarity. By default, match zero or more times without a separator