I really would like to see a sanitzer that uses a regex!!
$sanitize->regex($value, $regex);
Simply return empty if the value doesn't match.
It would be even better if we got an extra option for replacements and or callback functions. If i have seen it right, there are even sanitizer tha...