RegexMatcher 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RegexMatcher --version 1.0.0
NuGet\Install-Package RegexMatcher -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RegexMatcher" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RegexMatcher --version 1.0.0
#r "nuget: RegexMatcher, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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#.
Version Downloads Last updated
1.0.8 25,127 4/24/2023
1.0.7.2 73,127 2/7/2022
1.0.7.1 20,906 11/12/2021
1.0.7 80,058 11/15/2020
1.0.5 5,020 10/14/2020
1.0.3 34,070 9/21/2019
1.0.2 39,308 6/13/2019
1.0.1 8,750 3/10/2019
1.0.0 11,988 4/27/2017

Initial release