- updated readme;

This commit is contained in:
nikitasinelnikov
2020-11-18 17:33:02 +02:00
parent 908c914ca0
commit 06723798bc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ if ( ! class_exists( 'um\core\Validation' ) ) {
// are used Unicode Regular Expressions
$regexps = [
'/[\p{Lu}]/u', // any Letter Uppercase symbol
'/[\p{Ll}]/u', // any Letter Lowercase symbol
'/[\p{Ll}]/u', // any Letter Lowercase symbol
'/[\p{N}]/u', // any Number symbol
];
foreach ( $regexps as $regexp ) {