Count Letters In String Without Space Or Characters And Numbers

[Solved] Count Letters In String Without Space Or Characters And Numbers | Php - Code Explorer | yomemimo.com
Question : count letters in string without space or characters and numbers in php

Answered by : mohamad-shahkhajeh

 preg_replace("/[^A-Za-z]/","",$str);

Source : | Last Update : Wed, 16 Mar 22

Answers related to count letters in string without space or characters and numbers in php

Code Explorer Popular Question For Php