Categories
Tags → Strip Html

PHP Yahoo Messenger Archive Decoder

This is a class that can be used to parse and extract information from Yahoo Messenger chat history files without the need of a password. It can parse a given chat history file and extract several details of each message that was exchanged in t...
DETAILS

SafeHTML Anti-XSS filter

This parser strip down all potentially dangerous content within HTML: * opening tag without its closing tag * closing tag without its opening tag * any of these tags: base , basefont , head , html , body , applet , objec...
DETAILS

Stripping HTML Tags using Regular Expressions

This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing.
DETAILS
©2003-2019 jCay.com