Str::isURL()
Checks if the given string is a URL
Deprecated in 3.6.0
use Kirby\Toolkit\V::url()
instead Str::isURL(string $string = null): bool
Parameters
Name | Type | Default |
---|---|---|
$string | string |
null |
Return type
bool