<?php $s = "Łeb";preg_match_all('~\X~u', $s, $arr);print_r($arr[0]);
Standard input is empty
Array ( [0] => Ł [1] => e [2] => b )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!