endsWith
Checks if the given string ends with the given value
V::endsWith(string $value, string $end): bool
Parameters
| 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