wiki/content/20201113115424-str_starts_with.md

381 B

date id title
2020-11-13 264796d2-49ae-42fc-9d9d-aeea84343ef1 str~startswith~()

Description

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

Syntax

str_starts_with('haystack', 'hay') // true

Footnotes