RexPatternclass
‘RexPattern’ intrinsic class. This class encapsulates a compiled regular expression pattern.
A RexPattern object can be passed to the regular expression functions (rexMatch, rexSearch, rexReplace) in place of a string pattern. Since compiling a regular expression takes a non-trivial amount of time, it’s more efficient to compile a pattern to a RexPattern object if the same pattern will be used in multiple searches.
intrinsic class
RexPattern
:
Object
Superclass Tree (in declaration order)
RexPattern
Object
Subclass Tree
(none)
Global Objects
(none)
Summary of Properties
(none)
Summary of Methods
Inherited from Object
:
callInherited
createIterator
createLiveIterator
forEach
getPropList
getPropParams
getSuperclassList
isClass
isTransient
mapAll
ofKind
propDefined
propInherited
propType
valToSymbol
Properties
(none)
Methods
getPatternString ( )
retrieve the original pattern string used to construct the object
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1