ryan-endacott / verbal_expressions

Make difficult regular expressions easy! Ruby port of the awesome VerbalExpressions repo - https://github.com/jehna/VerbalExpressions
MIT License
571 stars 26 forks source link

Added digit, number, whitespace, one_or_more, and zero_or_more methods #6

Closed JSchaenzle closed 11 years ago

JSchaenzle commented 11 years ago

I added digit, number, whitespace, one_or_more, and zero_or_more methods. I also updated rspec tests as well.

ryan-endacott commented 11 years ago

Thanks! I like it. A few minor things:

Thanks a ton! Make the minor changes and it'll be good to merge.

JSchaenzle commented 11 years ago

I agree. All good thoughts. I made the change. Thanks!

ryan-endacott commented 11 years ago

Thanks! :+1: