PHP Text Processing

Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.
  1. No Screenshot
    1880 total visits
    ASCII85 - binary to tex can take a string of data and encode it in the ASCII85 encoding format. It can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format. The basic ASCII implementation, as well as the Adobe and BTOA variations are supported. Requirements: PHP 5.0 or higher
  2. No Screenshot
    1702 total visits
    Thanks to the cascading nature of CSS, a simple font-size percentage can be included in the head of any page to facilite this text resizer. No other style attribute will be disturbed, with the exception of the body's font size. To use Text Resizer, instantiate the class on any page, call ProcessTextReset(), and reset the text size by passing query ...
  3. No Screenshot
    2137 total visits
    The D, l (small L), F and M format strings get replaced with their Dutch counterparts.
  4. No Screenshot
    1456 total visits
    Multi-byte string extension is used to convert the text to character codes, while HTML entities are also generated for those characters.Requirements:PHP 5 or higher
  5. No Screenshot
    1480 total visits
    Numeral takes an integer number and converts it to Roman format. Roman numerals can also be converted back to integers.Requirements: PHP 5.2 or higher
  6. No Screenshot
    1695 total visits
    Any integer and decimal amount between 0 and 999999999999 can be spelled.Requirements: PHP 4.0 or higher
  7. No Screenshot
    1541 total visits
    String Manipulation Class can manipulate text strings providing an API similar to Java String class.
  8. No Screenshot
    1994 total visits
    Edit Bitmap is a simple class that can be used to manipulate sets of bits stored in strings.Easy to do with Edit Bitmap:- Calculate the position of a given bit number- Retrieve, set or toggle the value of a given bit- Compare given bit value- Display the bit set
  9. No Screenshot
    1585 total visits
    udPattern allows you to store patterns and to check strings against them. udPattern should be perfect for matching URLs and filenames.Just register the patterns you want to use and then call the TestPattern function to check if it is a valid string.You can use accept( ) or reject(-) to all patterns as well as wildcards. If you are experienced with ...
  10. No Screenshot
    1820 total visits
    String can be used to change and alter strings.Key Features of String:- stripSpaces- stripSpacesBefore- stripSpacesAfter- concat- contain- find- replace- eregReplace- charAt- subString- cut- toURL- htmlEncode- htmlDecode- htmlEncodeWords- stripTags- removeSlashes- upperCase- upperCaseWords- upperCaseFirst- lowerCase- undo- redo- clean- nl2br- br2nl- getString- setString- getValue- setValue- __toString- toXmlRequirements: PHP 5.0 or higher
  11. No Screenshot
    1546 total visits
    BSP - Bad Simple Parser can take a text string with BBCode marks and convert it to HTML tags. Recognized HTML tags can also be converted to the equivalent BBCode marks.Requirements: PHP 5.0 or higher
  12. No Screenshot
    2094 total visits
    text2image supports align, valign and other attributes to make the text on the image. Purpose for study.
  13. No Screenshot
    1998 total visits
    This class can identifying names, places, dates, and other noun words and phrases that establish the meaning of a body of text-is critical to software systems that process large amounts of unstructured data coming from sources such as email, document files, and the Web. ArWordTag has been designed to assist other applications processing massive amounts of unstructured data from different ...
  14. No Screenshot
    1634 total visits
    Strings can be concatenated in several ways.Key Features of String Builder:- Append a string to another- Append a string with a line break either in plain text or HTML- Concatenate a variable number of string with a given concatenation formatRequirements: PHP 5.0 or higher
  15. No Screenshot
    1553 total visits
    This PHP script is to compress CSS files by removing unnecessary characters, CssShrink first takes the content of a CSS file, and then removes comments, white spaces and semi-colons after statements at the end of the line to compress CSS file. Fianlly the compressed CSS output will return as a string.Requirements:- PHP 5.1 or higher
Pages 11 of 23« 7 8 9 10 11 12 13 14 15 »