Set the evaluation recursion depth limit for this object.
Synopsis
Declared in <bdlpcre_regex.h>
int
setDepthLimit(int depthLimit);
Description
Set the evaluation recursion depth limit for this regular‐expression object to the specified depthLimit. Return the previous depth limit.
Return Value
previous evaluation recursion depth limit
Parameters
Name |
Description |
depthLimit |
new evaluation recursion depth limit |
Created with MrDocs