![]() |
JPCRE2
10.32.01
C++ wrapper for PCRE2 library
|
Files | |
file | jpcre2.hpp [code] |
Main header file for JPCRE2 library to be included by programs that uses its functionalities. It includes the pcre2.h header, therefore you shouldn't include pcre2.h , neither should you define PCRE2_CODE_UNIT_WIDTH before including jpcre2.hpp . If your pcre2.h header is not in standard include paths, you may include pcre2.h with correct path before including jpcre2.hpp manually. In this case you will have to define PCRE2_CODE_UNIT_WIDTH before including pcre2.h . Make sure to link required PCRE2 libraries when compiling. | |
file | test.cpp |
file | test0.cpp |
file | test16.cpp |
file | test32.cpp |
file | test_issue_29.cpp |
file | test_match.cpp |
file | test_match2.cpp |
file | test_pthread.cpp |
file | test_replace.cpp |
file | test_replace2.cpp |
file | test_shorts.cpp |
file | testcovme.cpp |
file | testio.cpp |
file | testmd.cpp |
file | testme.cpp |
file | teststdthread.cpp |