startsWith
startsWith(
prefix): (s) =>boolean
Defined in: Data/Str.ts:80
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