Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

pcreGetRecursionLimit

pcreGetRecursionLimit()
=> x_value

Description

Returns the PCRE maximum recursion depth (stack depth) that is set by the pcreSetRecursionLimit() function. The default value is 10000000.

Arguments

None

Value Returned

x_value

Maximum recursion depth for the PCRE match algorithms.

Examples

pcreGetRecursionLimit()
=> 10000000

Related Topics

String Functions

pcreSetRecursionLimit


Return to top
 ⠀
X