Re: Class for determining word count, ignoring HTML?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Murray @ Planetthoughtful wrote:
Hi All,



Just wondering if anyone knows of a class that can perform a word count of
text in a string that ignores HTML?



IE, something that would correctly determine that the following string is 6
words long:



"<blockquote>



This string is six words long.



</blockuote>"



If such a beastie exists, I'd very much appreciate being pointed towards it.



Much warmth,



Murray

 <http://www.planetthoughtful.org/> http://www.planetthoughtful.org

Building a thoughtful planet,

One quirky comment at a time.




echo str_word_count(strip_tags($string));

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux