php | ||||
Slashes | Quoteing and Unquoteing strings | add or remove slashes from a string | ||
Binary and Hex | Data conversion functions | convert data between different encodings | ||
String space trimming | String trimming | Trimming a string involves removing the spaces from the outer edges of the string | ||
chr and ord | charater conversions | converts a character or character code to its sibling | ||
urlencoding and stuff | string encoding | urlencodes or otherwise encodes or decodes the string in any one of a variety of methods | ||
string caseing | string caseing functions | modify the case of a string in a variety of ways | ||
levenshtein | weird functions that were easy to make | calculates differences in strings and reports back on thier similarities | ||
crypt functions | string encrypting functions | encrypts a string in a variety of standard encryption formats | ||
number functions | number formatting funcions | modifies a number to be friendly to read | ||
sound functions | string and sound comparision | returns a nonsensical value representating how the word or phrase 'sounds' | ||
html functions | html parsing functions | modify html strings in a few different ways |