Quartz 5

Home

❯

Org-roam

❯

str_starts_with()

str_starts_with()

Nov 13, 20201 min read

Description

Checks if string starts with other string. Opposite of str_ends_with(). See RFC1.

Syntax

str_starts_with('haystack', 'hay') // 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_ends_with()

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community