FsVerbalExpressions 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FsVerbalExpressions --version 0.3.0
NuGet\Install-Package FsVerbalExpressions -Version 0.3.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="FsVerbalExpressions" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsVerbalExpressions --version 0.3.0
#r "nuget: FsVerbalExpressions, 0.3.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 FsVerbalExpressions as a Cake Addin
#addin nuget:?package=FsVerbalExpressions&version=0.3.0

// Install FsVerbalExpressions as a Cake Tool
#tool nuget:?package=FsVerbalExpressions&version=0.3.0

FsVerbalExpressions is a library that allows you to write composable regular expressions in natural language.

Product Compatible and additional computed target framework versions.
.NET Framework 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
0.6.1 1,107 5/16/2017
0.6.0 1,105 11/13/2016
0.5.0 948 9/11/2016
0.4.0 985 5/17/2016
0.3.1 1,248 1/17/2016
0.3.0 1,007 1/16/2016
0.2.0 994 1/10/2016
0.1.0 1,275 1/9/2016

breaking change
VerbEx now fully composable
Match' composable System.Text.RegularExpressions.Match type
Group' composable System.Text.RegularExpressions.Group type
System.Text.RegularExpressions special collections returned as arrays
VerbEx timeout constructor added
added exists, fold, foldBack, iter, and map for VerbalExpression module
eliminated underscores in unicode names