REGEXTR parameter: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 26: | Line 26: | ||
==See also== | ==See also== | ||
<ul> | |||
<li>The [[MREGEXTR parameter]] which limits the maximum number of <var>REGEXTR</var> lines an individual regular expression method or $function call can produce.</li> | |||
<li>[[List of Model 204 parameters]]</li> | |||
</ul> | |||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] | ||
[[Category:Regular expression processing]] |
Latest revision as of 22:27, 21 January 2022
Trace regular expression processing
Summary
- Default value
- 0
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V7.9
Description
This parameter turns on or off regular expression evaluation tracing. The default value of 0 means no tracing will be done, while a value of 1 means regular expression trace lines will be produced. No other values are valid for REGEXTR.
Regular expression tracing can also be enabled by specifying the "t"
option on any regular expression $function or method invocation.
REGEXTR can be changed during evaluation using the $ResetN function
See also
- The MREGEXTR parameter which limits the maximum number of REGEXTR lines an individual regular expression method or $function call can produce.
- List of Model 204 parameters