RegexRule
    
            
            in package
            
        
    
            
            implements
                            Rule                    
    
    
Table of Contents
Interfaces
- Rule
 
Properties
- $field : mixed
 
Methods
- __construct() : mixed
 - message() : mixed
 - passes() : mixed
 
Properties
$field
    protected
        mixed
    $field
    
    
    
    
Methods
__construct()
    public
                    __construct(string $field) : mixed
    Parameters
- $field : string
 
message()
    public
                    message() : mixed
    passes()
    public
                    passes(mixed $attribute, mixed $value) : mixed
    Parameters
- $attribute : mixed
 - $value : mixed