Str::startsWith()
Checks if a string starts with the passed needle
Str::startsWith(string $string, string $needle, bool $caseInsensitive = false): bool
Parameters
Name | Type | Default |
---|---|---|
$string * | string |
– |
$needle * | string |
– |
$caseInsensitive | bool |
false |
Return type
bool