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