Skip to content

Zen0x7/RegexQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regular Expressions are powerful but not human friendly.

RegexQL

Goal

Build a SQL-like solution to test human-readable expressions as regular expressions.

Usages

CLI

RegexQL --query="Are two alphanumeric groups separated by slash?" --input="/assets/css"

RegexQL should return true and eventually, print /[a-z0-9]+/[0-9] when --verbose exists.

About

A human readable RegEx abstraction layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published