Package java.lang
Class String

Public Method startsWith

boolean startsWith(String prefix)

boolean startsWith(String prefix, int toffset)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

startsWith(String prefix) method:

Returns true if this string starts with the specified prefix.

startsWith(String prefix, int toffset) method:

Returns true this string starts with the specified prefix starting at index toffset.