Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History

regex_query_tool

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Regex-Query-Tool

A tool that allows the user to enter a text string and then in a separate control enter a regex pattern. It will run the regular expression against the source text and return any matches or flag errors in the regular expression.

Demo

Usage

  • Clone the Repo
  • Run __main__.py

Contributions

  • Submit an Issue
  • Create a Pull Request