LinqToRegex 2.5.0
LINQ to Regex library provides language integrated access to the .NET regular expressions.
Install-Package LinqToRegex -Version 2.5.0
dotnet add package LinqToRegex --version 2.5.0
<PackageReference Include="LinqToRegex" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqToRegex --version 2.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LinqToRegex, 2.5.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- System.Collections (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LinqToRegex:
Repository | Stars |
---|---|
JosefPihrt/Roslynator
A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn.
|