Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php counting number of chars excluding newlines

echo strlen(str_replace(array("
", "
", "
"), '', $string));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #counting #number #chars #excluding #newlines
ADD COMMENT
Topic
Name
6+5 =