Skip to content

macfernandez/regex-query-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Query Tool

Code coverage

This is my Regex Query Tool. It was developed to test regex patterns in python. For using it, follow the instructions:

  1. Clone this repo:

    git clone https://github.com/macfernandez/regex-query-tool
    
  2. Create an environment (optional, but highly recommended).

  3. Run:

    python -m src <pattern> <input> [-f] [-s] [-o <output-file>]
    
    • pattern: the regex pattern you want to test
    • input: either the string for testing the patter, or a file path with those string
    • --file, -f: if input is a file path, you must use this flag, otherwise the pattern will be tested against the file path as string
    • --silent, -s: for avoiding verbose behavior
    • --output-file, -o: to save the output in a file, you must use the flag and write the output file path following it

About

🔍 Regex query tool developed with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages