String handling
PHP has great and easy to use string handling facilities
Some string functions
- count_chars()-returns information about characters used in a string
- strip_tags()-strips HTML and PHP tags from a string
- Has perl compatible regular expression support