PHP Text Processing

Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.
  1. No Screenshot
    352 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. ...
  2. No Screenshot
    353 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 ...
  3. No Screenshot
    175 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 ...
  4. No Screenshot
    2004 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.
  5. No Screenshot
    496 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
  6. Entitize Class for PHP 5
    373 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.
  7. Entitize Class
    412 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
  8. No Screenshot
    438 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
  9. No Screenshot
    272 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
  10. No Screenshot
    301 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 ...
  11. CSV list
    450 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
  12. No Screenshot
    363 total visits
    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 ...
  13. ContentBBcode Parser
    352 total visits
    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. ...
  14. No Screenshot
    471 total visits
    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 ...
  15. CompactPHP
    321 total visits
    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).
Pages 5 of 23« 1 2 3 4 5 6 7 8 9 »