Regular Expressions are very powerful, though not very popular amongst software developers because it is very hard to create complex patterns.
ReggerIt helps to reduce this complexity by providing a Domain Specific Language. With ReggerIt, you can build up a complex regular expressing pattern from the ground up, without losing track of parenthesis counting.
ReggerIt is optimized to be used with System.Text.RegularExpressions.Regex and provides for the pattern
input parameter, in various matching functions/methods.
Please check the documentation.
GitHub Actions |
---|
Package | Stable | Prerelease |
---|---|---|
ReggerIt |
Make sure the following requirements are installed on your system:
- dotnet SDK 5.0 or higher
> build.cmd <optional buildtarget> // on windows
$ ./build.sh <optional buildtarget>// on unix