Validates that a value is a valid e-mail adress.
Validates that a value is a valid e-mail adress.
Error message. Variables: #{value} the validated input
      
    
      Validates that a boolean value is false
Validates that a boolean value is false
Variables: #{value} the validated input
      
    
      Validates that a value is at most 'maxLength' characters
Validates that a value is at most 'maxLength' characters
Maximum length of value
Error message. Variables: #{value} the validated input, #{maxLength} = maximum length
      
    
      Validates max values
Validates max values
The maximum value
Error message. Variables: #{value} the validated input, #{max} tha max value
      
    
      Validates that a value is at least 'minLength' characters
Validates that a value is at least 'minLength' characters
Minimum length of value
Error message. Variables: #{value} the validated input, #{minLength} = minimum length
      
    
      Validates min values
Validates min values
The minimum value
Error message. Variables: #{value} the validated input, #{min} = the min value
      
    
      Validates that values matches a regex pattern
Validates that values matches a regex pattern
Regex pattern
Error message. Variables: #{value} the validated input, #{pattern}
      
    
      Validate required values
Validate required values
Error message. Variables: #{value} the validated input
      
    
      Validates that two tupled strings are equal.
Validates that two tupled strings are equal.
Error message. Variables: #{value} the validated input
      
    
      Validates that a boolean value is true
Validates that a boolean value is true
Variables: #{value} the validated input