JadeRegexPattern Class

The JadeRegexPattern class and its property and methods provide enhanced functionality and performance over the JadeRegex class and its type methods. It uses a fluent style API for many of its methods, to allow easy and readable method chaining.

Unlike the Regex operations of the JadeRegex class, the JadeRegexPattern does not need to recompile the specified regular expression pattern for each operation called, so it is more suited to loops.

The set... methods provided by this class return their own modified receiver, to allow call chaining.

For details about the constant, property, and methods in the JadeRegexPattern class, see "JadeRegexPattern Class Constant", "JadeRegexPattern Property", and "JadeRegexPattern Methods", in the following subsections.

JadeRegexLibrary

(None)

2020.0.01 and higher