Quartz 5

Home

❯

Org-roam

❯

str_ends_with()

str_ends_with()

Aug 05, 20261 min read

str_ends_with()

Description

Check if string ends with other string. Opposite of str_starts_with(). See RFC[fn:rfc] for more details.

Syntax

str_ends_with(‘haystack’, ‘stack’) // true

Footnotes

[fn:rfc]https://wiki.php.net/rfc/add\_str\_starts\_with\_and\_ends\_with\_functions


Graph View

  • str_ends_with()
  • Description
  • Syntax
  • Footnotes

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community