RegexMatcher 1.0.0
See the version list below for details.
dotnet add package RegexMatcher --version 1.0.0
NuGet\Install-Package RegexMatcher -Version 1.0.0
<PackageReference Include="RegexMatcher" Version="1.0.0" />
paket add RegexMatcher --version 1.0.0
#r "nuget: RegexMatcher, 1.0.0"
// Install RegexMatcher as a Cake Addin #addin nuget:?package=RegexMatcher&version=1.0.0 // Install RegexMatcher as a Cake Tool #tool nuget:?package=RegexMatcher&version=1.0.0
RegexMatcher is a library that maintains an internal dictionary of type <Regex, object>. Populate the dictionary with a series of Regex and the objects that should be returned when a match is found while evaluating some input.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RegexMatcher:
Package | Downloads |
---|---|
HttpServerLite
User-space HTTP and HTTPS server without http.sys written in C#. Please visit the project site README for details on implementation. |
|
Watson.Core
Core library for Watson and Watson.Lite; simple, fast, async C# web servers for handling REST requests with SSL support, targeted to .NET Core, .NET Standard, and .NET Framework. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RegexMatcher:
Repository | Stars |
---|---|
dotnet/WatsonWebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
|
Initial release