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