Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
voronind committed Feb 23, 2013
1 parent ccfd56e commit 3bcdc42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
range-regex
The nicest numeric range regular expression generator
=========================

The nicest numeric range regular expression generator.
Another like modules generates incorrect or excessive patterns.

Installation
Expand All @@ -19,4 +18,4 @@ Usage
regex_for_range(12, 34)

generates ``"1[2-9]|2\d|3[0-4]"``
generates ``"1[2-9]|2\d|3[0-4]"``

0 comments on commit 3bcdc42

Please sign in to comment.