startsWith
Returns true if this string buffer starts with the given prefix.
Syntax
aStringBuffer startsWith (prefix)
Parameters
prefix - String
The prefix string.
Return Value
True if this string buffer starts with the given prefix.
Returns true if this string buffer starts with the given prefix.