Tests whether or not a String starts with the characters of another String.
myString.startsWith(myString2)
myString, myString2: a variable of type String.
myString, myString2
String
true
false