v0.10.0
- Update to PCRE v10.33
- New
PcreExtraCompileOptions
:EscapedCrIsLf
,AltBsUX
- JIT compilation options are now exposed as
PcreRegexSettings.JitCompileOptions
PartialSoft
andPartialHard
JIT compilation options can now be specified separately- New
InvalidUtf
JIT compilation option
- New
PcreMatchOptions
:CopyMatchedSubject
(should not be useful in .NET unless you unsafe-modify strings)