Text Helper

Last Update
26 September 2011
Regular License
$4
Extended License
$20
Sales
14

Text Helper is a PHP helper class, use it to speed up your development.

Currently it supports eleven major operations, and more features are coming.

You are welcome to leave comments on what functions you are looking for, I will try my best to add as many as possible.

Text Helper is made to make string manipulation easy for developers, it uses native string functions to complete it tasks, but encapsulate the code from you.

autoEmail($text) autoUrl($text) truncate($text, $length=100, $end=’...’) extractBetween($text,$start,$end) toSlug($text) stripTags($text,$tags) stripImages($text) stripScripts($text) stripWhitespace($text) noHtml($text) html($text)