Method RegEx():getPCREVersion() Foundation

Gets the PCRE library version.

Syntax
:getPCREVersion() --> cVersion
Return

A string with the PCRE library version.

Description

Class method that retrieves version information from the underlying PCRE library. Useful for debugging and feature detection.

Version info

? RegEx():getPCREVersion() // "8.45 2021-06-15" 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.