A collection of regular expressions that are generated at compile time
License
MIT
Deps
0
Install Size
—
Vulns
✓ 0
Published
Mar 4, 2026
$ dotnet add package Soenneker.Utils.RegexCollection
dotnet add package Soenneker.Utils.RegexCollection
string spacesToDashes = RegexCollection.Spaces().Replace("hello there", "-"); // "hello-there"