voronind / range-regex

Python integer range regexp generator module
BSD 2-Clause "Simplified" License
45 stars 23 forks source link

Please verify README.rst #5

Open depaoli opened 8 years ago

depaoli commented 8 years ago

Hello

and thanks for this module, quite useful!

I'm just noting that from range_regex import regex_for_range statement in the example from README.rst doesn't work, shouldn't it be from range_regex import bounded_regex_for_range?

Thanks Matteo

MalikRumi commented 7 years ago

@depaoli Yes, I can confirm from my own experience just now that you are absolutely correct. I'm using Python 3.5.2, and all I can say is THANK GOD for you and your post, I might not have figured it out without you and thus been unable to use this very valuable (for me, at least) tool.