Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

RegexSolver

Homepage · Live Demo · Documentation · Developer Console

A regex engine tells you whether a string matches a pattern. RegexSolver treats patterns as the sets of strings they match, so you can intersect, subtract, compare, complement and enumerate them, and get the result back as a regex.

RegexSolver engine is available as an open source Rust library, and as a hosted API with open source clients.

Repositories

Repository Description
regexsolver The engine crates.io
regexsolver-js TypeScript / JavaScript API client npm
regexsolver-python Python API client PyPI
regexsolver-java Java API client Maven Central