Skip to content

a tool to create regex with english like syntax [WORK IN PROGRESS]

License

Notifications You must be signed in to change notification settings

Sorann753/Regez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regez

Rust unit test

Regex made easy

This is a tool to create regex using english like syntax. the name is pronounced as a combination of reg as in "regex" and ez as in "gg ez" For now this project is nowhere near production ready but if the idea inspire you, feel free to use my code as it is licensed under the MIT license

Features

  • build a regex representation (Regez) using very clear functions, you should be able to make regex like you'd describe them in english
  • get the actual regex by turning your Regez into string, making the library compatible with anything
  • whatever you do, this crate should optimize away the useless tokens to give you the optimal regex
  • high level actions to do complex things easily. For example you can use negate to create a Regez which will match anything the original didn't
  • use from_string to turn your already existing regex into a Regez and take advantage of the optimizations and high level actions

About

a tool to create regex with english like syntax [WORK IN PROGRESS]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages