MREGEXTR parameter: Difference between revisions
Line 32: | Line 32: | ||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] | ||
[[Category:Regular expression processing]] |
Latest revision as of 22:26, 21 January 2022
Max regex trace lines
Summary
- Default value
- 256
- Maximum value
- 4095
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V7.9
Description
The parameter limits the maximum number of regular expression trace lines an individual regular expression method or $function call can produce. Regular expression tracing can be enabled by setting the REGEXTR parameter to 1 or by specifying the "t"
option in regular expression $function or method call.
Regular expression processing can produce a huge volume of trace lines. The MREGEXTR parameter is intended to limit the damage caused by accidentally producing a massive trace. Note however, that the MREGEXTR parameter only limits the lines produced in a single $function or method call so, if a regular expression is processed many times in a loop, each invocaton can produce up to MREGEXTR lines of trace information.
MREGEXTR can be changed during evaluation using the $ResetN function