RegexSolver is an API that allows you to manipulate regular expressions as if they were sets. This online tool provides a demonstration of some of its features.
This demo showcases the following output types:
regex=, a standard regular
expression
pattern. For details on supported features, refer to our
documentation.
fair=, an
internal representation used by our engine, it is returned when the engine is not able to
generate a
regular expression pattern. With our API you are still able to leverage this for further
processing.boolean=, either true or
false depending on the result of the operation.
To integrate RegexSolver API in your projects you can refer to our Getting Started guide.