PHP Text Processing
Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.-
This class can be used to manipulate a list of entries in a string of separated values. It can perform several operations on the list of values string like adding a set of values, importing the list from a compressed file, export the list, add, remove and update entries, search for values, etc.. Requirements: PHP 5.0 or Higher
-
This is a very simple class that can be used to generate random passwords. It generates a string of a given length with random alphanumeric characters from an array defined as a class variable. The code and comments are in Spanish. In Spanish: Clase muy sencilla que genera contraseñas de cualquier tamaño en segundos con pocas lineas ideal para generar ...
-
This class can be used to parse and reformat BBCode like tags as HTML. The class recognizes special tags that start with the name rk: OR rk_ . When these are found in the content text with this BBCode like tags, it looks up in a SQLite database for the PHP code that can process the tags that were found. ...
-
This class is meant to retrieve and process content data from a site with given URL or from a given file. The class can retrieve the data and filter it into multiple blocks split by a given block separator, strip Javascript code, strip HTML tags and extract data with a given regular expression. The comments in the class code are ...
-
This little function removes a lot of waste out of your php source (comments, blanks, tabs, newlines), which are not needed on the server (of your customer).
-
This class can be used to convert money amounts to Indonesian words. It takes a money amount in Indonesian rupiah and returns a string the expresses that amount in Indonesian words. The code and the comments are in Indonesian. Requirement: PHP3.0 or Higher
-
This class can be used to replace text with HTML to color and convert letter.It can replace text sections with color names and styles with in square bracket tags with HTML span tags with color styles.The class can also convert letters with accents with the respective HTML entities. Ruquirements: PHP 4.0 or higher
-
This is a very simple class that can be used to replace characters in a text strings. It takes a text string and removes dashes, underscores and spaces and replaces letters with accents by equivalent letters without accents. Requirements: PHP 5.0 or Higher
-
This class allows you to define BBCode tags, and then parse text with them.
-
This class can be used to remove undesired values from request variables. It takes an array of eventual request values and traverses its values to remove undesired characters from them. The list of alllowed chbars is configurable. Requirement: PHP 5.0 or Higher
-
This package can be used to edit text formatted with BBCode tags. It can generate a tool bar with form buttons to format text in a textarea field using BBCode tags to represent the supported text styles and other edition functions. Currently it can set the text style to bold, italic, underline and strike-through, set the text font family, color ...
-
This script can be used to encoding and decoding data in ASCII85 encoding. It can take a string of data and encode it in the ASCII85 encoding format. The script can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format. It supports basic ASCII implementation, as well the Adobe and BTOA variations.
-
This class can be used to parse text with Wiki syntax and build a XML document. The class belongs to an free PHP XML script. It can parse a given text and replace with custom HTML tag nodes. The class parses the resulting text to build a XML document object (DOM) for further processing by applications. Requirement: PHP 5.2 or ...
-
This process can be used to parse and process Leaner CSS (LESS) files.It can parse LESS template files and process it by reading and replacing variable values, insert mixins in class declarations that use them, evaluating operations and expand nested definitions into CSS classes. The processed CSS is returned as a string.
-
SHPHP is a port to SHJS written in PHP. This script allows to highlight source codes for use on your website. It uses language definitions from GNU Source-highlight. It generated clean highlighted code with all unnecessary style elements excluded.








