1. Home
  2. Browse
  3. pcre2

pcre2

v10.43#0Latest

Regular Expression pattern matching using the same syntax and semantics as Perl 5.

Install

Run the following Vcpkg command to install the port.

vcpkg install pcre2

Usage

The package pcre2 is compatible with built-in CMake targets:

# Each component imports a target:
# TARGETS: PCRE2::8BIT PCRE2::16BIT PCRE2::32BIT PCRE2::POSIX
find_package(pcre2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE PCRE2::8BIT PCRE2::16BIT PCRE2::32BIT PCRE2::POSIX)

Features

Dependencies

See source

Version

v10.43#0

Publication

Supports

All

GitHub

PCRE2Project/pcre2

Homepage

github.com/PCRE2Project/pcre2

Subtree

00abcfb2e3

License

BSD-3-Clause

Definition

Manifest