Description
Checks if string starts with other string. Opposite of
strendswith(). See RFC1.
Syntax
str_starts_with('haystack', 'hay') // true
Nov 13, 20201 min read
Checks if string starts with other string. Opposite of
strendswith(). See RFC1.
str_starts_with('haystack', 'hay') // true