[#BloombergLP-bdlpcre-RegEx-setDepthLimit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlpcre.adoc[bdlpcre]::xref:BloombergLP/bdlpcre/RegEx.adoc[RegEx]::setDepthLimit :relfileprefix: ../../../ :mrdocs: Set the evaluation recursion depth limit for this object. == Synopsis Declared in `<bdlpcre_regex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *depthLimit* | new evaluation recursion depth limit |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#