DEV Community

Discussion on: PHP crash course : Strings and Numbers

Collapse
 
suckup_de profile image
Lars Moelleken

Hi, thanks for your post. πŸ‘

note: php still haven't support for unicode chars by default, so you need to use "mb_str*" functions instead e.g. mb_strtoupper or you directly use a OOP wrapper for strings like this: github.com/voku/Stringy

Bests
Lars