Show minor edits - Show changes to markup
Tests whether or not a String starts with the characters of another String.
string.startsWith(string2)
string, string2: variable2 of type String
true: if string starts with the characters of string2
false: otherwise