PCRE.NET 0.5.0

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

// Install PCRE.NET as a Cake Tool
#tool nuget:?package=PCRE.NET&version=0.5.0

PCRE.NET is a .NET wrapper for the PCRE library. The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on PCRE.NET:

Repository Stars
tevora-threat/SharpView
C# implementation of harmj0y's PowerView
totpero/DeviceDetector.NET
The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
Marusyk/grok.net
.NET implementation of the grok 📝
ltrzesniewski/pcre-net
PCRE.NET - Perl Compatible Regular Expressions for .NET
Version Downloads Last updated
0.5.0 143 3/16/2015
0.4.0 64 3/6/2015
0.3.0 100 12/27/2014
0.2.0 73 12/3/2014
0.1.0 120 11/23/2014

- Update to PCRE v10.10
- DFA matching
- UTF validity check on by default