Description
Checks if string starts with other string. Opposite of str_ends_with(). See RFC1.
Syntax
str_starts_with('haystack', 'hay') // trueChecks if string starts with other string. Opposite of str_ends_with(). See RFC1.
str_starts_with('haystack', 'hay') // true