Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

count letters in string without space or characters and numbers in php

 preg_replace("/[^A-Za-z]/","",$str);
 
PREVIOUS NEXT
Tagged: #count #letters #string #space #characters #numbers #php
ADD COMMENT
Topic
Name
8+6 =