RexPatternclass | systype.h[1208] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
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
RexPattern
Object
Inherited from Object
:
callInherited
createIterator
createLiveIterator
forEach
getPropList
getPropParams
getSuperclassList
isClass
isTransient
mapAll
ofKind
propDefined
propInherited
propType
valToSymbol
getPatternString ( ) | systype.h[1218] |