MREGEXTR parameter: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:MREGEXTR parameter subtitle}} ==Summary== <dl> <dt>Default value <dd>256 <dt>Maximum value <dd>4095 <dt>Parameter type <dd>User <dt>Where set <dd>By any user <dt>Re...") |
No edit summary |
||
Line 24: | Line 24: | ||
</p> | </p> | ||
[[Category: | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 15:57, 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 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.