Validation
Validation copied to clipboard
Invalid patterns
Hi there, I've started using your class since today.
for some reason I'm getting this error multiple times on the page Warning: preg_match(): Compilation failed: invalid range in character class at offset 13 in \wp-content\plugins\my_plugin\classes\Validation.php on line 99
. And for some reason patterns like email don't accept normal emails like [email protected]. Also normal text fields need to have the pattern alpha
to be accepted as valid.
Do you know how to solve this?