mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
397 B
397 B
date | id | title |
---|---|---|
2020-11-13 | 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