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