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