startsWith
Checks that the string starts with the given start value
V::startsWith(string $value, string $start): bool
Parameters
Name | Type | Default |
---|---|---|
$value * | string |
– |
$start * | string |
– |
Return type
bool