TypeScriptStringstartsWith
repeat

startsWithString

endsWith

Determines whether a string begins with the characters of a specified string.

Syntax

str.startsWith(searchStr, position?): boolean