It would have to be a bit hacky using a regular expression to not match, but that's not ideal (and it'd take testing to ensure the correct regex was written). Alternatively, it could be done with a PHP callback for the value match requirements, but it would require some custom code to hook that up.