startsWith
startsWith(
prefix): (s) =>boolean
Defined in: Utils/Str.ts:56
Returns true when the string starts with the given prefix.
Parameters
Section titled “Parameters”prefix
Section titled “prefix”string
Returns
Section titled “Returns”(
s):boolean
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean