str_starts_with()
Description
Checks if string starts with other string. Opposite of str_ends_with(). See RFC[fn:rfc].
Syntax
str_starts_with(‘haystack’, ‘hay’) // true
Footnotes
[fn:rfc]https://wiki.php.net/rfc/add\_str\_starts\_with\_and\_ends\_with\_functions