startsWith
startsWith(
prefix):MatchPredicate<string>
Defined in: extract/spec.ts:561
Match when string starts with prefix
Parameters
Section titled “Parameters”prefix
Section titled “prefix”string
Returns
Section titled “Returns”MatchPredicate<string>