You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ PCRE.NET
12
12
13
13
PCRE.NET is a .NET wrapper for the [PCRE library](http://www.pcre.org/). The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.
14
14
15
-
The current version is **0.11.0**, based on PCRE **10.34** (patched r1190). It targets .NET Standard 2.0 and supports the following systems:
15
+
The current version is **0.12.0**, based on PCRE **10.34** (patched r1190). It targets .NET Standard 2.0 and supports the following systems:
16
16
17
17
- Windows x64
18
18
- Windows x86
@@ -46,6 +46,7 @@ Library highlights:
46
46
- Callout support (numbered and string-based)
47
47
- Mark retrieval support
48
48
- Conversion from POSIX BRE, POSIX ERE and glob patterns (`PcreConvert` class)
49
+
- Additional API for `ReadOnlySpan<char>` matching, based on `ref struct` types
0 commit comments