Closed jimhester closed 10 years ago
we should probably provide a simple name for both of these, as zero_or_more(any) and one_or_more(any) are very verbose for something so common in regexes. Not sure what the best name for them would be though.
zero_or_more(any)
one_or_more(any)
we should probably provide a simple name for both of these, as
zero_or_more(any)
andone_or_more(any)
are very verbose for something so common in regexes. Not sure what the best name for them would be though.