string.replaceAll(“[^a-zA-Z]+”,” “); ... It will remove all special characters except small a-z and A-Z. ... It removes characters other than small ...
確定! 回上一頁