Description
Check if string ends with other string. Opposite of str_starts_with(). See RFC1 for more details.
Syntax
str_ends_with('haystack', 'stack') // trueCheck if string ends with other string. Opposite of str_starts_with(). See RFC1 for more details.
str_ends_with('haystack', 'stack') // true