Surviveplus.RegularExpressionQuery 1.0.3-beta

This is a prerelease version of Surviveplus.RegularExpressionQuery.
dotnet add package Surviveplus.RegularExpressionQuery --version 1.0.3-beta
NuGet\Install-Package Surviveplus.RegularExpressionQuery -Version 1.0.3-beta
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="Surviveplus.RegularExpressionQuery" Version="1.0.3-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Surviveplus.RegularExpressionQuery --version 1.0.3-beta
#r "nuget: Surviveplus.RegularExpressionQuery, 1.0.3-beta"
#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 Surviveplus.RegularExpressionQuery as a Cake Addin
#addin nuget:?package=Surviveplus.RegularExpressionQuery&version=1.0.3-beta&prerelease

// Install Surviveplus.RegularExpressionQuery as a Cake Tool
#tool nuget:?package=Surviveplus.RegularExpressionQuery&version=1.0.3-beta&prerelease

Get a instance which extracted values from the string by using regular expression pattern. Replace a text by using regular expression pattern and value object.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3-beta 907 2/12/2017
1.0.2-beta 704 2/11/2017
1.0.0-beta 719 2/10/2017

Add optional argument of RegexOptions. Add QuerableFilePath and extensions methods.