Skip to content

Kirby 5.0.4

Str::trim()

Safe trim alternative

Str::trim(string $string, string $trim = ' '): string

Parameters

Name Type Default
$stringrequired string no default value
$trim string ' '

Return type

string

Parent class

Kirby\Toolkit\Str