Convert numeric words embedded in strings into their integer equivalent, then validate the mutated s...
Read MoreRemove HTML tags from strings in a flat array then join with commas...
Read MoreSanitize number by removing first digit then any consecutive zeros...
Read MoreSanitize a number which may include dollar symbols, hyphens and dots...
Read MoreSafe eval() by explitily whitelisting builtins and bailing on dunders?...
Read MoreSanitize a CSV string containing double quoted values...
Read MoreSanitize 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 More