| java.lang.Object org.mozilla.javascript.regexp.RegExpImpl
Method Summary | |
public Object | action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType) | public Object | compileRegExp(Context cx, String source, String flags) | public int | find_split(Context cx, Scriptable scope, String target, String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) | SubString | getParenSubString(int i) Analog of REGEXP_PAREN_SUBSTRING in C jsregexp.h. | public boolean | isRegExp(Scriptable obj) | public Scriptable | wrapRegExp(Context cx, Scriptable scope, Object compiled) |
multiline | boolean multiline(Code) | | |
getParenSubString | SubString getParenSubString(int i)(Code) | | Analog of REGEXP_PAREN_SUBSTRING in C jsregexp.h.
Assumes zero-based; i.e., for $3, i==2
|
|
|