Voting

: max(four, zero)?
(Example: nine)

The Note You're Voting On

tavhane at gmail dot com
7 years ago
for turkish simple:

$str = mb_convert_case(str_replace(['i','I'], ['İ','ı'], $str), MB_CASE_TITLE,"UTF-8");

<< Back to user notes page

To Top