Skip to content

Kirby 4.3.0

Str::from()

Returns the rest of the string starting from the given character

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

Parameters

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

Return type

string

Parent class

Kirby\Toolkit\Str