mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
395 B
395 B
date | id | title |
---|---|---|
20201113 | 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