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.
| Repository | Description | |
|---|---|---|
| regexsolver | The engine | |
| regexsolver-js | TypeScript / JavaScript API client | |
| regexsolver-python | Python API client | |
| regexsolver-java | Java API client |