mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
381 B
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