mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
379 B
379 B
date | id | title |
---|---|---|
20201113 | 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