The string value to be checked.
An array-like list of values to check at the start of the string.
Optionalposition: numberThe position in this string at which to begin searching. Defaults to 0.
True if any value matches at the start; otherwise false.
Checks whether the string starts with any of the provided search values.