DEV Community

Ahmed Shah
Ahmed Shah

Posted on

Introducing Rejigs: A Developer-Friendly Regex Builder for .NET

Regex is powerful — but let’s be honest, it’s also painful.
Too cryptic, too easy to break, and let’s not even talk about debugging them.

That’s why I use Rejigs — a NuGet package that lets you build, chain, and manage regular expressions using readable, fluent syntax.
Easy to use.


✨ Key Features:
✅ Fluent interface (.StartOfLine().Then("hello").Maybe("world").EndOfLine())
✅ Easy to read, build, and maintain regex patterns
✅ No more trial-and-error spaghetti strings

Available on => nuget.org/packages/Rejigs

=> Do you still write raw regex in your apps?
=> Would a tool like this simplify your workflow?

Drop your thoughts, ideas, or brutal regex horror stories in the comments!
Let’s make regex less scary — one pattern at a time.

dotnet #csharp #regex #NuGet #opensource #developerexperience #fluentapi

Top comments (0)