Constant FILTER_SANITIZE_STRING is deprecated...
Read MoreRemove a square braced expression from a string...
Read MoreRemove all parenthetical expressions from a string and remove lingering spaces...
Read MoreRemove parentheses and the content in between...
Read MoreHow to allow specific characters with OWASP HTML Sanitizer?...
Read MoreConvert 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 More