$res = preg_replace("/[^a-zA-Z]/", "", $string);. If you put this line of code to work in a small PHP script, like this: <?php $string = "Th*() ...
確定! 回上一頁