Bluz\Validator\Rule\Regexp::__construct PHP Method

__construct() public method

Check string by regular expression
public __construct ( string $regexp )
$regexp string
    public function __construct($regexp)
    {
        $this->regexp = $regexp;
    }