Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
str::pool($type, $array = true)
Get a character pool with various possible combinations
$type
(string)
$array
(boolean)
return
(string)
Example
↑
Toolkit API overview
←
str::parse
→
str::quickRandom
↓
Back to Toolkit API section
Top