|
char
|
charA=
t(int index)=
span>
Returns the
character at the specified index.
|
|
boolean
|
equals=
span>(Object anObject)
Compares this
string to the specified object.
|
|
int=
code>=
p>
|
index=
Of(int ch)
Returns the i=
ndex
within this string of the first occurrence of the specified character.
|
|
int=
code>=
p>
|
length=
span>()
Returns the
length of this string.
|
|
String=
p>
|
replace<=
/span>(char oldChar, char newChar)
Returns a new
string resulting from replacing all occurrences of <=
code>oldChar
in this string with newChar.
|
|
String=
p>
|
substring(int beginIndex)
Returns a new
string that is a substring of this string.
|