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