REGEXTR parameter

From m204wiki
Revision as of 22:27, 21 January 2022 by Alex (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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