profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

str~endswith~()

Description

Check if string ends with other string. Opposite of str~startswith~(). See RFC1 for more details.

Syntax

str_ends_with('haystack', 'stack') // true

Footnotes