MIME-Version: 1.0 Content-Location: file:///C:/B1341269/api.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" char

 

char

charA= t(int index)
          Returns the character at the specified index.

boolean

equals(Object anObject)
          Compares this string to the specified object.

 int

index= Of(int ch)
          Returns the i= ndex within this string of the first occurrence of the specified character.

 int

length()
          Returns the length of this string.

String

replace<= /span>(char oldChar, char newChar)
          Returns a new string resulting from replacing all occurrences of <= code>oldChar in this string with newChar.

 String

substring(int beginIndex)
          Returns a new string that is a substring of this string.