Skip to content

Kirby 4.1.2

Str::startsWith()

Checks if a string starts with the passed needle

Str::startsWith(?string $string, string $needle, bool $caseInsensitive = false): bool

Parameters

Name Type Default
$string * string|null
$needle * string
$caseInsensitive bool false

Return type

bool

Parent class

Kirby\Toolkit\Str