PHP Text Processing
Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.-
ASCII85 - binary to tex can take a string of data and encode it in the ASCII85 encoding format. It can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format. The basic ASCII implementation, as well as the Adobe and BTOA variations are supported. Requirements: PHP 5.0 or higher
-
Thanks to the cascading nature of CSS, a simple font-size percentage can be included in the head of any page to facilite this text resizer. No other style attribute will be disturbed, with the exception of the body's font size. To use Text Resizer, instantiate the class on any page, call ProcessTextReset(), and reset the text size by passing query ...
-
The D, l (small L), F and M format strings get replaced with their Dutch counterparts.
-
Multi-byte string extension is used to convert the text to character codes, while HTML entities are also generated for those characters.Requirements:PHP 5 or higher
-
Numeral takes an integer number and converts it to Roman format. Roman numerals can also be converted back to integers.Requirements: PHP 5.2 or higher
-
Any integer and decimal amount between 0 and 999999999999 can be spelled.Requirements: PHP 4.0 or higher
-
String Manipulation Class can manipulate text strings providing an API similar to Java String class.
-
Edit Bitmap is a simple class that can be used to manipulate sets of bits stored in strings.Easy to do with Edit Bitmap:- Calculate the position of a given bit number- Retrieve, set or toggle the value of a given bit- Compare given bit value- Display the bit set
-
udPattern allows you to store patterns and to check strings against them. udPattern should be perfect for matching URLs and filenames.Just register the patterns you want to use and then call the TestPattern function to check if it is a valid string.You can use accept( ) or reject(-) to all patterns as well as wildcards. If you are experienced with ...
-
String can be used to change and alter strings.Key Features of String:- stripSpaces- stripSpacesBefore- stripSpacesAfter- concat- contain- find- replace- eregReplace- charAt- subString- cut- toURL- htmlEncode- htmlDecode- htmlEncodeWords- stripTags- removeSlashes- upperCase- upperCaseWords- upperCaseFirst- lowerCase- undo- redo- clean- nl2br- br2nl- getString- setString- getValue- setValue- __toString- toXmlRequirements: PHP 5.0 or higher
-
BSP - Bad Simple Parser can take a text string with BBCode marks and convert it to HTML tags. Recognized HTML tags can also be converted to the equivalent BBCode marks.Requirements: PHP 5.0 or higher
-
text2image supports align, valign and other attributes to make the text on the image. Purpose for study.
-
This class can identifying names, places, dates, and other noun words and phrases that establish the meaning of a body of text-is critical to software systems that process large amounts of unstructured data coming from sources such as email, document files, and the Web. ArWordTag has been designed to assist other applications processing massive amounts of unstructured data from different ...
-
Strings can be concatenated in several ways.Key Features of String Builder:- Append a string to another- Append a string with a line break either in plain text or HTML- Concatenate a variable number of string with a given concatenation formatRequirements: PHP 5.0 or higher
-
This PHP script is to compress CSS files by removing unnecessary characters, CssShrink first takes the content of a CSS file, and then removes comments, white spaces and semi-colons after statements at the end of the line to compress CSS file. Fianlly the compressed CSS output will return as a string.Requirements:- PHP 5.1 or higher

