BBjString::contains
Description
In BBj 7.0 and higher, this method returns true if and only if this string contains the specified sequence of char values.
Syntax
Return Value |
Method |
---|---|
boolean |
contains(CharSequence s) |
Parameters
Variable |
Description |
---|---|
s |
The sequence to search for. |
Return Value
Returns true if this string contains s, false otherwise.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.