AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
learnregex/__init__.py
learnregex/utils.py
learnregex.egg-info/PKG-INFO
learnregex.egg-info/SOURCES.txt
learnregex.egg-info/dependency_links.txt
learnregex.egg-info/entry_points.txt
learnregex.egg-info/not-zip-safe
learnregex.egg-info/requires.txt
learnregex.egg-info/top_level.txt
learnregex/alternation/README.rst
learnregex/alternation/SOLUTION.rst
learnregex/alternation/__init__.py
learnregex/anchors/README.rst
learnregex/anchors/SOLUTION.rst
learnregex/anchors/__init__.py
learnregex/capturing/README.rst
learnregex/capturing/SOLUTION.rst
learnregex/capturing/__init__.py
learnregex/character_classes/README.rst
learnregex/character_classes/SOLUTION.rst
learnregex/character_classes/__init__.py
learnregex/greediness/README.rst
learnregex/greediness/SOLUTION.rst
learnregex/greediness/__init__.py
learnregex/groups/README.rst
learnregex/groups/SOLUTION.rst
learnregex/groups/__init__.py
learnregex/introduction/README.rst
learnregex/introduction/SOLUTION.rst
learnregex/introduction/__init__.py
learnregex/locale/learnregex.pot
learnregex/locale/en/LC_MESSAGES/pyschool.mo
learnregex/locale/en/LC_MESSAGES/pyschool.po
learnregex/locale/es/LC_MESSAGES/pyschool.mo
learnregex/locale/es/LC_MESSAGES/pyschool.po
learnregex/negated_character_classes/README.rst
learnregex/negated_character_classes/SOLUTION.rst
learnregex/negated_character_classes/__init__.py
learnregex/quantifiers/README.rst
learnregex/quantifiers/SOLUTION.rst
learnregex/quantifiers/__init__.py
learnregex/special_characters/README.rst
learnregex/special_characters/SOLUTION.rst
learnregex/special_characters/__init__.py
learnregex/the_dot/README.rst
learnregex/the_dot/SOLUTION.rst
learnregex/the_dot/__init__.py
tests/test_story.py