VerbalExpressions / PythonVerbalExpressions

Python regular expressions made easy
1.63k stars 115 forks source link

Update verbal_expressions.py #12

Open sbassi opened 10 years ago

sbassi commented 10 years ago

added 2 methos:

number: To get a number of any length (not starting with 0). one_character: To get only one character

sam-omalley commented 9 years ago

@sbassi, you should add some unit tests as well if you are adding functionality.