-
Notifications
You must be signed in to change notification settings - Fork 0
kpietrow/Regex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo is intended for use of learning how to effectively use Regular Expressions in Python. words.txt and theVerge.txt are both sample text files used for testing this script. RegSearcher.py is a script that allows user to select any file on their computer for Regular Expression searches, and then queries the user for Regex expressions to search. Results are stored as objects in a global array, and can also be accessed in the script by the user. In future versions this result data will be stored in persistent storage. RegSearcher_withDatabase.py will incorporate database storage into the RegSearcher.py script. SearchFunctions.py and RegClass.py are modules for the RegSearcher.py script Python 2.7.3 was used as the language version.
About
This project involves working with regular expressions in a controlled environment. The user uploads a file, and then can make Regex() searches of that file.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published