PCRE.NET
0.5.0
See the version list below for details.
dotnet add package PCRE.NET --version 0.5.0
NuGet\Install-Package PCRE.NET -Version 0.5.0
<PackageReference Include="PCRE.NET" Version="0.5.0" />
<PackageVersion Include="PCRE.NET" Version="0.5.0" />
<PackageReference Include="PCRE.NET" />
paket add PCRE.NET --version 0.5.0
#r "nuget: PCRE.NET, 0.5.0"
#:package PCRE.NET@0.5.0
#addin nuget:?package=PCRE.NET&version=0.5.0
#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 | Versions 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. |
This package has no dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on PCRE.NET:
Package | Downloads |
---|---|
Diffusion.Client
The Diffusion .NET Client Library allows interaction with a Diffusion server from any environment that supports .NET Standard 2.0. Clients use a WebSocket connection to send and receive, as well as perform other functions such as adding, removing or updating topics. |
|
SIL.Machine
A natural language processing library for .NET that is focused on providing tools for resource-poor languages. |
|
grok.net
Cross platform .NET grok implementation |
|
GuitarAlchemist.GA.Business.Core
Provides classes and interfaces for music and fretted instruments: - Notes and Pitches - Intervals - Scales and Modes - Atonal: Pitch class, pitch class set, interval class vector - Fretboard |
|
AssetLabs.Public.Apis.Titanium.Client
.NET Standard 2.1 class library for accessing AssetLabs Titanium API (See https://assetlabs.net:8093/service/api) |
GitHub repositories (3)
Showing the top 3 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 📝
|
Version | Downloads | Last Updated |
---|---|---|
1.2.1 | 389 | 8/27/2025 |
1.2.0 | 15,732 | 2/9/2025 |
1.2.0-pre2 | 1,323 | 12/29/2024 |
1.2.0-pre1 | 252 | 11/2/2024 |
1.1.0 | 17,781 | 6/18/2024 |
1.0.0 | 8,219 | 2/24/2024 |
0.21.0-pre2 | 281 | 2/18/2024 |
0.21.0-pre1 | 392 | 1/20/2024 |
0.20.0 | 34,444 | 12/26/2022 |
0.19.0 | 17,627 | 4/15/2022 |
0.18.1 | 19,007 | 12/19/2021 |
0.18.0 | 1,615 | 11/14/2021 |
0.17.0 | 5,904 | 10/21/2021 |
0.17.0-pre2 | 887 | 9/25/2021 |
0.17.0-pre1 | 853 | 9/2/2021 |
0.16.0 | 15,174 | 5/30/2021 |
0.15.0 | 5,431 | 1/10/2021 |
0.14.0 | 1,450 | 12/11/2020 |
0.13.1 | 6,415 | 8/10/2020 |
0.13.0 | 34,516 | 5/23/2020 |
0.12.0 | 7,762 | 1/28/2020 |
0.11.0 | 2,100 | 11/28/2019 |
0.10.2 | 3,519 | 10/1/2019 |
0.10.1 | 14,724 | 5/7/2019 |
0.10.0 | 1,421 | 5/5/2019 |
0.9.0 | 8,329 | 2/28/2019 |
0.8.0 | 2,541 | 2/17/2019 |
0.7.1 | 8,112 | 9/16/2018 |
0.7.0 | 19,350 | 2/18/2018 |
0.6.3 | 2,876 | 3/5/2017 |
0.6.2 | 2,197 | 11/20/2016 |
0.6.0 | 3,648 | 9/28/2015 |
0.5.0 | 2,402 | 3/16/2015 |
0.4.0 | 2,395 | 3/6/2015 |
0.3.0 | 3,621 | 12/27/2014 |
0.2.0 | 2,631 | 12/3/2014 |
0.1.0 | 2,563 | 11/23/2014 |
- Update to PCRE v10.10
- DFA matching
- UTF validity check on by default