<?php $str = "PHONE Nexus 5 Лучший смартфон";preg_match_all('#([a-zа-я]+)#iu', $str, $m);print_r($m);
Standard input is empty
Array ( [0] => Array ( [0] => PHONE [1] => Nexus [2] => Лучший [3] => смартфон ) [1] => Array ( [0] => PHONE [1] => Nexus [2] => Лучший [3] => смартфон ) )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!