PCRE2.jl

Wrapper for PCRE2 libraries (8, 16, 32-bit)
Author JuliaString
Popularity
3 Stars
Updated Last
1 Year Ago
Started In
April 2018

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.

Required Packages

Used By Packages