Package: wnpp Severity: wishlist Owner: Md Jahidul Hamid <jahidulha...@yahoo.com>
* Package name : libjpcre2-dev Version : 10.29.02 Upstream Author : Md Jahidul Hamid <jahidulha...@yahoo.com> * URL : https://github.com/jpcre2/jpcre2 * License : BSD Programming Lang: C++ Description : C++ wrapper for PCRE2 library > PCRE2 is the name used for a revised API for the PCRE library, which is a set of functions, written in C, that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. Some features that appeared in Python and the original PCRE before they appeared in Perl are also available using the Python syntax. . This provides some C++ wrapper classes/functions to perform regex operations such as regex match and regex replace. . It's a header only (single header) library. All you need to do is include the header in your program. . The detailed documentation can be found at: https://docs.neurobin.org/jpcre2