|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sigh.utils.strings.FindLastChar
public class FindLastChar
Constructor Summary | |
---|---|
FindLastChar()
|
Method Summary | |
---|---|
static int |
getLastPositionOfCharSequence(java.lang.String theSource,
java.lang.String theString2Find,
boolean caseSensitive)
getLastPositionOfCharSequence --- Find the index of the very last position withing string theSource of the string theString2Find. Optionally make the search case sensitive. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindLastChar()
Method Detail |
---|
public static int getLastPositionOfCharSequence(java.lang.String theSource, java.lang.String theString2Find, boolean caseSensitive)
theSource
- theString2Find
- caseSensitive
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |