public final class StringCustom extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(net.sourceforge.htmlunit.corejs.javascript.Context context,
net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
net.sourceforge.htmlunit.corejs.javascript.Function function)
Determines whether one string may be found within another string,
returning true or false as appropriate.
|
public static boolean contains(net.sourceforge.htmlunit.corejs.javascript.Context context, net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args, net.sourceforge.htmlunit.corejs.javascript.Function function)
context
- the JavaScript contextthisObj
- the scriptableargs
- the arguments passed into the methodfunction
- the functionCopyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.