Я знаю версию этого, но я ищу самый простой способ?
$string = "HeLLo$ my222 name is zolee0802343134";
$string = strtolower($string);
$replacement = range (a, z);
$replacement2 = range (0, 9);
//
What comes here?
//
I want to get this ->
$string = "hello my name is zolee";