JCL Help:TJclRegEx.Options

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Flags for configuring and controlling the run-time behavior of the regular expression engine.


Pascal

 public property Options: TJclRegExOptions;


Description

Options is a TJclRegExOptions property that represents the set of option flags for configuring and modifying the behavior of the regular expression engine. Options can contain a set of values from the TJclRegExOption enumeration.
See the document in TJclRegExOption for a detailed description of values in the enumeration.
Values in the Options property are passed to the PCRE library during execution of the Compile and Match methods. Set values in the Options property prior to calling the Compile or Match methods.


See Also

TJclRegExOptions TJclRegExOption Compile Match


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page