profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

str~startswith~()

Description

Checks if string starts with other string. Opposite of str~endswith~().

Syntax

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

Related

Footnotes