HomebulletScriptsbulletTag: text (226 results)
  1. No Screenshot
    2138 total visits
    The D, l (small L), F and M format strings get replaced with their Dutch counterparts.
  2. No Screenshot
    1460 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
  3. No Screenshot
    1464 total visits
    Images in GIF, JPEG or PNG formats can be loaded from server files or uploaded through Web forms.Nweb Image can perform several operations on the images like: cropping, resizing, composing a new image from two images, write text on the image, convert the image colors to grey scale, adjust the brightness or contrast, invert the colors, and colorize.The processed image ...
  4. No Screenshot
    1541 total visits
    String Manipulation Class can manipulate text strings providing an API similar to Java String class.
  5. 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
  6. 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 ...
  7. 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
  8. No Screenshot
    2094 total visits
    text2image supports align, valign and other attributes to make the text on the image. Purpose for study.
  9. 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 ...
  10. 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
  11. No Screenshot
    1557 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
  12. No Screenshot
    1807 total visits
    TextSQL can parse some types of SQL queries and translate the queries into actions to store and retrieve data from text files.CREATE TABLE, INSERT and SELECT SQL queries are supported.Requirements: PHP 4.3.0 or higher
  13. 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
  14. 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.
  15. 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
Pages 7 of 16« 3 4 5 6 7 8 9 10 11 »