-
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
-
Words Filter is the code uses regular expressions to find one or more words, while replacing them with the given replacement text. Requirements: PHP 4 or higher
-
Some non-ASCII characters encoded using UTF-8 are searched for and replaced with their equivalent HTML entities with TronReplacer. Requirements: PHP 5 or higher
-
ubtemplate can process a template with blocks delimited by named marks. ubtemplate supports several types of blocks that represent template variables to be replaced, nested blocks, iterative blocks and blocks defined in separate template files. ubtemplate returns the processed template data as a string. Requirements: PHP 5.0 or higher
-
Intelligent Censor can take an English text that may have rude words and can replace such words or variants with acceptable alternative words. Replaced words can keep the original casing and common English suffixes. Requirements: PHP 5.0 or higher
-
Loading template from files, replacing variables, executing custom PHP code and debugging functions are supported.Requirements: PHP 4.0.0 or higher
-
The XML document is parsed and rewritten with optional changes.Tags can be idented, line breaks can be added, transformations to special characters can be applied and regular expressions can be used to replace character data.
-
Inner Link Replacer takes an HTML document string and replaces it with links from given works to respective glossary pages.The resulting HTML document is XML compliant, as it should also be the one inputted.Requirements: PHP 4.0 or higher
-
Regular expressions are used to locate and extract every block and replace template marks with parameter values.
-
All occurrences or only specific ones of a given text can be searched for and replaced in a string.Requirements: PHP 4.0 or higher
-
Simplest Template implements a template engine based on simple text replacing. It can read a template from a given file and replace specified placeholder marks by given text values.Simplest Template may also replace predefined placeholder marks for HTML page CSS file, page header, page body and page footer, by values assigned to specific class variables. The processed template is returned ...
-
Functions to call preg_match(), preg_replace() and preg_match_all() are provided. The regular expression matching functions store the matched results as objects in class variables.Requirements:PHP 5.0 or higher
-
BBEngine can find and replace BBCode marks and replace them with HTML tags. It can also do the opposite by converting HTML to equivalent text with BBCode marks.The conversion can be done by custom PHP code. New BBCode tags with definitions stored in a database can be used to extend the list of supported tags.Key Features of BBEngine:- Direct Words: ...
-
The words for a subject text are located in a MySQL database.PHP Tip Class replaces the words with HTML and Javascript to display a tool tip balloon over the words that displays information from the MySQL database associated with the words.Requirements:PHP 4.0 or higher
-
Dynamic Page is a simple class that can process HTML templates with special comments. It searches for comments with a give name in the template and replaces them by given content data.The code is easy to customize to suit your needs.Requirements:PHP 5.0

