Method |
Description |
|
Do_replace ( GlobData rdata, Context cx, RegExpImpl regExpImpl ) : void |
Analog of do_replace in jsstr.c |
|
Find_split ( Context cx, Scriptable scope, string target, string separator, int version, RegExpProxy reProxy, Scriptable re, int ip, int matchlen, bool matched, string parensp ) : int |
|
|
GetParenSubString ( int i ) : SubString |
Analog of REGEXP_PAREN_SUBSTRING in C jsregexp.h. Analog of REGEXP_PAREN_SUBSTRING in C jsregexp.h. Assumes zero-based; i.e., for $3, i==2 |
|
InterpretDollar ( Context cx, RegExpImpl res, string da, int dp, int skip ) : SubString |
|
|
MatchOrReplace ( Context cx, Scriptable scope, Scriptable thisObj, object args, RegExpImpl reImpl, GlobData data, bool forceFlat ) : object |
Analog of C match_or_replace. Analog of C match_or_replace. |
|
Match_glob ( GlobData mdata, Context cx, Scriptable scope, int count, RegExpImpl reImpl ) : void |
|
|
Replace_glob ( GlobData rdata, Context cx, Scriptable scope, RegExpImpl reImpl, int leftIndex, int leftlen ) : void |
|
|