|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMyStringOp
Additional string operations
| Constructor Summary | |
MyStringOp()
|
|
| Method Summary | |
static int |
indexOfDigit(java.lang.String s)
Returns the index within this string of the first occurrence of the numeric character. |
static int |
indexOfDigit(java.lang.String s,
int start)
Returns the index within this string of the first occurrence of the numeric character starting the search at the specified index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MyStringOp()
| Method Detail |
public static int indexOfDigit(java.lang.String s)
s - a String to search in.
public static int indexOfDigit(java.lang.String s,
int start)
s - a String to search in.start - - the index to start the search from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||