You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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 befrom range_regex import bounded_regex_for_range
?Thanks
Matteo
The text was updated successfully, but these errors were encountered: