Hi
Our CMS allows users to enter text using a html editor, so when reading text into the webpage I can text like this:

 <p>
 <strong>text text. more
text</strong>
 <a href="http://blabla>blabla</a> even more text...
How can I strip everything but text including , and . and similar characters ?