MREGEXTR parameter: Difference between revisions
(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...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
==Description== | ==Description== | ||
<p> | <p> | ||
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 <var>[[REGEXTR parameter | 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 <var>[[REGEXTR parameter]]</var> to 1 or by specifying the <code>"t"</code> option in regular expression $function or method call. | ||
</p> | </p> | ||
<p> | <p> | ||
Regular expression processing can produce a huge volume of trace lines. The <var>MREGEXTR</var> parameter is intended to limit the damage caused by accidentally producing a massive trace. Note however, that the <var>MREGEXTR</var> 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 <var>MREGEXTR</var> lines of trace information. | Regular expression processing can produce a huge volume of trace lines. The <var>MREGEXTR</var> parameter is intended to limit the damage caused by accidentally producing a massive trace. Note however, that the <var>MREGEXTR</var> 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 <var>MREGEXTR</var> lines of trace information. | ||
</p> | </p> | ||
<p> | |||
[[Category: | <var>MREGEXTR</var> can be changed during evaluation using the [[$ResetN|$ResetN function]] | ||
</p> | |||
==See also== | |||
<ul> | |||
<li>[[List of Model 204 parameters]]</li> | |||
</ul> | |||
[[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