mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
380 B
380 B
id | title |
---|---|
43cb053d-03b0-4845-a804-5e34da5d8db5 | str~endswith~() |
Description
Check if string ends with other string. Opposite of
strstartswith(). See RFC1 for
more details.
Syntax
str_ends_with('haystack', 'stack') // true