Skip to content

lrkrol/RegexDictionarySearch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Python Regex Dictionary Search

This scripts extracts word entries from dictionary files and then allows regex searches to be performed on those entries. The results of the searches are both shown in the console and written to lastmatches.txt.

Empty input either exits the script (when in dictionary selection mode) or goes back to dictionary selection.

Dictionaries can be added by simply adding the corresponding names and extraction expressions to the dictionaries array. Encode the files in UTF-8 without BOM.

About

Python Regex Dictionary Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages