r-lib / rex

Friendly regular expressions for R.
https://rex.r-lib.org
Other
334 stars 27 forks source link

simple name for `.*` and `.+` #4

Closed jimhester closed 10 years ago

jimhester commented 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.