Description Usage Arguments Value Author(s) See Also Examples
Compares this string to another Object (or character
string) lexically.
1 2 |
index |
the index of the |
Returns -1
if this String is lexicographically less than the other
string, +1
if this String is lexicographically greater than the other
string, and 0
if they are lexicographically equal.
Henrik Bengtsson (http://www.braju.com/R/)
*equals()
, *equalsIgnoreCase()
,
*compareTo()
, *regionMatches()
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.