LinqToRegex by Josef Pihrt

<PackageReference Include="LinqToRegex" Version="2.5.0" />

.NET API 157,184 bytes

 LinqToRegex 2.5.0

LINQ to Regex library provides language integrated access to the .NET regular expressions.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>LinqToRegex</id>
    <version>2.5.0</version>
    <title>LINQ to Regex</title>
    <authors>Josef Pihrt</authors>
    <owners>Josef Pihrt</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/JosefPihrt/LinqToRegex/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/JosefPihrt/LinqToRegex</projectUrl>
    <iconUrl>http://pihrt.net/images/regexator.ico</iconUrl>
    <description>LINQ to Regex library provides language integrated access to the .NET regular expressions.</description>
    <summary>LINQ to Regex library provides language integrated access to the .NET regular expressions.</summary>
    <copyright>Copyright 2014-2017 Josef Pihrt</copyright>
    <tags>Regex RegularExpressions LINQ</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETPortable4.5-Profile259" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="System.Collections" version="4.3.0" />
        <dependency id="System.Diagnostics.Debug" version="4.3.0" />
        <dependency id="System.Globalization" version="4.3.0" />
        <dependency id="System.Linq" version="4.3.0" />
        <dependency id="System.Runtime" version="4.3.0" />
        <dependency id="System.Runtime.Extensions" version="4.3.0" />
        <dependency id="System.Text.RegularExpressions" version="4.3.0" />
        <dependency id="System.Threading" version="4.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>