Searched refs:notRegex (Results 1 – 3 of 3) sorted by relevance
13 * added `Assert::notRegex()`
148 `notRegex($value, $pattern, $message = '')` | Check that a string does not match a regular …
689 public static function notRegex($value, $pattern, $message = '') function in Webmozart\\Assert\\Assert