2 番目のパラメーターが最初のパラメーターの先頭にある場合は、true を返します。
文字列
startWith(<parameters>)
startWith(<string>,<string>)
ブール値を返します。
startWith("Hello World", "Hello")
true を返します。
startWith("Hello World", "World")
false を返します。