Quartz 5

Home

❯

Org-roam

❯

str_ends_with()

str_ends_with()

Nov 13, 20201 min read

Description

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

Syntax

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

Footnotes

Footnotes

  1. https://wiki.php.net/rfc/add_str_starts_with_and_ends_with_functions ↩


Graph View

  • Description
  • Syntax
  • Footnotes

Backlinks

  • PHP 8.0
  • PHP string functions
  • str_starts_with()

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community