PHP Text Processing

Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.
  1. No Screenshot
    1945 total visits
    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
  2. No Screenshot
    1564 total visits
    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
  3. No Screenshot
    1762 total visits
    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 ...
  4. No Screenshot
    1750 total visits
    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
  5. No Screenshot
    2205 total visits
    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
  6. No Screenshot
    2052 total visits
    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
  7. No Screenshot
    1925 total visits
    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.
  8. No Screenshot
    1552 total visits
    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
  9. No Screenshot
    1485 total visits
    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
  10. No Screenshot
    2130 total visits
    Each character is converted into a text string, which is the decimal character representation in HTML.Requirements: PHP 4.0 or higher
  11. No Screenshot
    2075 total visits
    A string of Windows-1256-encoded characters are converted to their English language equivalents.Requirements: PHP 4.0 or higher
  12. No Screenshot
    1842 total visits
    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
  13. No Screenshot
    1679 total visits
    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
  14. No Screenshot
    1971 total visits
    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
  15. No Screenshot
    2045 total visits
    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
Pages 12 of 23« 8 9 10 11 12 13 14 15 16 »