-
Chaos takes a specification string that defines the sets from which will be picked the characters that will compose the random string to be generated. The script supports sets such as lower and upper case letters, lower and upper case vowels and punctuation. Requirements: PHP 5.0 or higher
-
PHP JSON XML Array String Interchanger can take a document in XML format or JSON and parse it to build an array structure value. A JSON or XML document can also be generated from an array value. Requirements: PHP 5.0 or higher
-
The D, l (small L), F and M format strings get replaced with their Dutch counterparts.
-
Text that renders a bi-demensional array's data into table with aligned rows and columns, is generated.The layout can be configured with additional information that specified details like the limit width of each column, vertical and horizontal alignment of the cells of each column, the characters used to separate rows, columns and line breaks.Requirements: PHP 3.0 or higher
-
String Manipulation Class can manipulate text strings providing an API similar to Java String class.
-
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 ...
-
data structure is a PHP implementation of several Java classes for manipulating common data types.Currently data structure provides ports of the classes: String, StringBuffer, StringTokenizer and Vector.
-
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
-
QCP64 CRC takes as parameters a string and data to compute the check, a seed value and the length of the checksum. A class variable is used to store the computed checksum.Requirements: PHP 3.0 or higher
-
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
-
A function is used to return a random alphanumeric string of a specified length.
-
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
-
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.
-
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
-
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

