Sanitize and standardize a string that contains an indeterminate sequence of delimiting characters a...
Read MoreFind value in a column of a 2d array when non-digital characters may interfere...
Read MoreRemove time expressions from a flat array of datetime strings...
Read MoreMerge data from qualifying rows of a 2d array into a flat associative array...
Read MoreKeep only the last two elements of every row of a 2d array...
Read MoreRemove the time substring from an array of datetime strings...
Read MoreRemove HTML tags and square braced tags in text, but do not remove PHP tags or their contents...
Read MoreHow to prevent bleach from escaping > (blockquote) tag used in Markdown...
Read MoreRemove <img> tag from an HTML string if the tag's src value contains a nominated string...
Read MoreConvert string to slug with no consecutive hyphens...
Read MoreRemove thousands separator from numeric string...
Read MoreTranslate PHP slugifying function to jQuery...
Read MoreCakePHP - Sanitize::clean leaving &amp and \n...
Read MoreGet the filename (basename) value from $_SERVER['REQUEST_URI']...
Read MoreGet the host substring from a URL string...
Read MoreFind and redact an email address in a string...
Read MoreRemove "backslash n" (newline) in $_POST data...
Read MoreRemove backslashes in printed json string...
Read MoreSort or ORDER BY database results by a column after removing irrelevant keywords...
Read MoreRemove the non-numeric prefix from array elements before using array in a database query's IN() ...
Read MoreRemove non-<img> tags from string...
Read MoreRemove excess newlines/whitespace from multi-line <img> tag in HTML string...
Read MoreGet sequences of numeric values which have a distinctive starting format as a sanitized array of del...
Read MoreEliminate meaningless words from a block of text...
Read MoreRemove duplicated words from a space delimited string...
Read MoreRemove hash symbols from string (str_replace() doesn't modify by reference)...
Read More