Description Usage Value See Also Examples
Report some of the configuration options of the version of PCRE in use in this R session.
1 |
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. |
Early versions of the PCRE library may not have the last (it was
added in 2011), in which case the report will be NA
.
extSoftVersion
for the PCRE version.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.