PHP Text Processing

Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.
  1. No Screenshot
    264 total visits
    This PHP script can be used to manipulate dates, HTML and text strings and other utilities. It provides general purpose functions for manipulating dates like formatting dates, calculating the difference of time between two dates, etc.. The script manipulates HTML and text strings, generating JavaScript tags for common purposes, validates common text formats, converts accent letters to HTML entities, remove ...
  2. No Screenshot
    233 total visits
    StringList can be used to manage lists of strings. It can take a list of strings separated by line breaks and extracts key value pairs separated by the = character. StringList will then return the list of strings as an array, add more strings to the list, and save or load the list from an external file. Requirement: PHP 5.0 ...
  3. No Screenshot
    273 total visits
    Regexp store can be used to apply regular expressions from a MySQL database. It can access a MySQL database table that contains information about regular expressions. The script can retrieve given regular expressions by name and apply operations to match, replace and split text using the regular expressions. Requirement: PHP 5.0 or higher
  4. No Screenshot
    717 total visits
    Multi-byte Keyword Generator can be used to Extract meta keywords from multi-byte texts. It is an enhanced version of the "Automatic Keyword Generator" class originally written by Ver Pangonilo. This version provides better word segmentation, the ability to handle multi-byte strings, and texts in multiple languages. Requirement: PHP 4.0 or higher
  5. No Screenshot
    366 total visits
    Simple string diff can be used to compare two strings and return the changed lines. It takes two strings and split them into arrays of lines. The script can compare the two arrays of lines and return a new text string denoting with + and - the lines that were added and removed from the first to the second string. ...
  6. No Screenshot
    370 total visits
    Highlighter is a WordPress plugin that allows an author to highlight specific words, sentences, and images. After activation, users can select text and images, right-click and a special popup menu will appear with special options. It will allow the user to share that content on Twitter, via email, or add a special comment. All highlights will automatically be added under ...
  7. No Screenshot
    189 total visits
    Validation Class RoyalHeart can be used to validate string values. In can take one or more string values and validated them according to multiple validation rules. Currently it can validate values for not being empty, match a regular expression, have a length between given limits, not having a string appear more than a given number of times, represent a value ...
  8. No Screenshot
    2024 total visits
    Shref Image vs ASCII is a simple class that can convert the contents of any binary file to a stream of ASCII data and vice-versa. The resulting converted data can be saved to another file or stored in a class variable.
  9. No Screenshot
    541 total visits
    This class can be used to generate PDF documents in pure PHP, thus without requiring special PHP extensions. It is based on the original tcpdf PDF generator class written by Olivier Plathey, but it was adapted to support right to left texts and the Farsi idiom. Requirements: PHP 5.0 or Higher
  10. Entitize Class for PHP 5
    385 total visits
    This is a very class that can be used to convert text into numeric HTML entities. It converts all characters of a text string into HTML as numeric entities.
  11. Entitize Class
    418 total visits
    This is a simple class that can be used to convert a text string into HTML entities. It converts all characters in a text string into another string that represents the same characters in HTML using the decimal character representation. Requirements: PHP 4.0 or Higher
  12. No Screenshot
    458 total visits
    This class can be used to generate stems from words encoded using UTF-8. It takes a text string with words encoded using UTF-8 and converts it into stems strings like the soundex algorithm does, so similar sounding words result in the same word. The class supports both English and Cyrillic words. Requirement: PHP5.0 or Higher
  13. No Screenshot
    276 total visits
    This class can be used to spell number with words of Serbian or other idioms. It can parse a number and generate a string that spell the number in one of the supported idioms. Currently it supports Serbian, English, German, Russian, Portuguese, Italian, Spanish, etc.. Requirement: PHP 5.0 or Higher
  14. No Screenshot
    315 total visits
    This script can be used to manipulate text and other general purpose functions. It can perform several types of operations to manipulate text strings and other functionality. Requirement: - PHP 5.0 or Higher Currently it can:- Crop a text string up to a given limit number of characters- Clean or replace certain types of characters from a string- Convert text ...
  15. CSV list
    496 total visits
    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
Pages 5 of 23« 1 2 3 4 5 6 7 8 9 »