RexPatternclass | systype.h[1208] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
'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
Global Objects
Summary of Properties
Summary of Methods
Inherited from Object
:
getPropList
getPropParams
getSuperclassList
isClass
isTransient
ofKind
propDefined
propInherited
propType
valToSymbol
Properties
Methods
getPatternString ( ) | systype.h[1218] |
retrieve the original pattern string used to construct the object
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3