base (version 3.1.3)

pcre_config: Report Configuration Options for PCRE

Description

Report some of the configuration options of the version of PCRE in use in this R session.

Usage

pcre_config()

Arguments

Value

A named logical vector, currently with elements
UTF-8
Support for UTF-8 inputs. Pretty much essential as all non-ASCII inputs are converted to UTF-8.
Unicode properties
Support for \p{xx} and \P{xx} in regular expressions. Desirable.
JIT
Support for just-in-time compilation. Desirable.

Examples

Run this code
pcre_config()

Run the code above in your browser using DataCamp Workspace