endsWith
Checks if the given string ends with the given value
V::endsWith(string $value, string $end): boolParameters
| Name | Type | Default | 
|---|---|---|
| $value * | string | – | 
| $end * | string | – | 
Return type
bool
Checks if the given string ends with the given value
V::endsWith(string $value, string $end): bool| Name | Type | Default | 
|---|---|---|
| $value * | string | – | 
| $end * | string | – | 
bool