Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.53 KB

PCRE2

contributions welcome

The PCRE2 package implements a low-level API for accessing the PCRE libraries (8, 16, and 32-bit) It was intended to replace Base.PCRE which was not threadsafe, as well as missing non-UTF-8 support.

Base.PCRE still only supports UTF-8, which is why this is needed for the Strs package. It is my intention to change this to use the libraries now created by the BinaryBuilder.