PHP Text Processing
Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.-
A password of a specified length and allowed characters can be generated.Password Generator & Checker can also check whether a password is secure by counting the number of letters and digits it contains and also the password length.Requirements: PHP 4.0 or higher
-
Number to Turkish text takes a number with up to 21 digits and generates a text string that spell the number using Turkish words. The resulting string is stored in a class variable.Requirements: PHP 3.0 or higherWhat's New in This Release Number to Turkish text:- Characters have been converted into their Turkish language equivalents
-
Spell Corrector is based on a purely PHP implementation of Peter Norvig's correct spelling suggestion algorithm. It takes a given word and returns a suggestion of the probable correct spelling of the word.Spell Corrector can build a dictionary with correctly spelled words from a training text document. The dictionary can be stored in a cache file by serializing the dictionary ...
-
Smiley tags can be replaced with their corresponding icon images.Text For Reading Class can also convert URLs into links. URLs that ends in GIF, PNG or JPEG file name extensions are converted into linked images.Requirements: PHP 5.0 or higher
-
ArSoundex implements a variant of the soundex algorithm for Arabic language. The soundex algorithm converts words into an hash that represents the way the word is spelled in English.ArSoundex implements a modified version the algorithm to consider Arabic spelling and windows-1256 character set encoding instead of English.Requirements: PHP 4.0
-
PHPBiDi can be used to get the visual representation of text strings for languages that are written from right to left. Right to left strings of plain text or HTML are parsed and characters are returned ordered visually, rather than logically.Requirements:PHP 5.0 or higher
-
Strings containing mathematical expressions using the Polish notation of Jan Lukasiewicz, are parsed and evaluated. The expressions are made of variables, constant values and operators. It supports both arithmetic and logical operators.Requirements: PHP 3.0 or higherLimitations: The code and the comments are in Spanish.
-
Delimited Text Files takes a string with a text line and splits the text where comma or tab characters appear. The split text chunks get returned as strings in an array.Requirements: PHP 4.4 or higher
-
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
-
Each character is converted into a text string, which is the decimal character representation in HTML.Requirements: PHP 4.0 or higher
-
A string of Windows-1256-encoded characters are converted to their English language equivalents.Requirements: PHP 4.0 or higher
-
Several types of validation and text processing operations can be performed.Key Features of SQLUtils:- Verifying whether string contains a numeric value- Remove from a string a group of characters that could be used in SQL injection attacks- Retrieve the MD5 hash of a string- Encode a string using the base64 algorithmRequirements: PHP 5.0 or higher
-
This script can compute an hash text of words, so similar sounding words return the same hash. It is a new implementation of the metaphone algorithm based on the DoubleMetaphone class originally written by by Stephen Woodbridge.Requirements: PHP 5.0 or higher
-
classTexto can remove special characters like spaces and letters with accents and cedilla with underscores or regular letters without accents and cedilla.A text string can also be cut in order to not exceed a specified length limit.Requirements: PHP 3.0 or higherLimitations: The code and the comments are in Portuguese
-
The number of words with and without integer numbers from a text string can be counted.Key Features of Paragraph:- Determine whether a string represents a valid integer, float or number value- Convert a letter in given position of a text string to upper case- Get a list of all characters in a text stringRequirements: PHP 3.0 or higher

