Skip to content

Kill-Console/PyRegexTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegexTester

A PyQt regex tester

A simple regex tester by PyQt, it can test regular expressions. If the regex matches some data, the matched data will be highlighted. It supports three kinds of modes:

  1. IGNORECASE (re.I)
  2. MULTILINE (re.M)
  3. DOTALL (re.S)

Welcome to contribute the program~

LICENSE: GPL

About

A simple regex tester by PyQt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages