parseMech – Advanced PHP String Parser (Miscellaneous)

About

parseMech is an easy solution to challenges that many programmers face when coding web apps. User input is dull; just text. What parseMech aims to do it turn that text into more active content: making pasted URLs ‘clickable’, or creating ‘call-able’ phone numbers.

In a nutshell, parseMech turns ordinary input into active HTML .

What it does:

Currently, parseMech supports the following conversions:
-Emails (converts to mailto: links)
-URLs (converts to an href with target=”_blank”)
-Phone numbers (converts to callto: links (Skype))
-HTML filtering (removes unwanted tags that are not in the exception list)
-Small BBCode filtering

Updates

v1.1: Fixed Notice: Undefined Offset glitch

Download parseMech – Advanced PHP String Parser (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *