Contribution Date
Technology
Contribution Project
Contribution Details
I suggest we use this patch, in fapi_validation there is no check_plain for this rule so we are good to use it even in client side.
function fapi_validation_rule_regexp($value, $params) {
return (bool) preg_match($params[0], (string) $value);
}
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0