HexColorRule
public class HexColorRule: RegexRuleHexColorRule is a subclass of RegexRule. It is used to verify whether a field is a hexadecimal color.
- 
                  
                  Initializes a HexaColorRuleobject to verify that field has text in hexadecimal color format.DeclarationSwift public init(message: String = "Invalid regular expression")ParametersmessageString of error message. Return ValueAn initialized object, or nil if an object could not be created for some reason that would not result in an exception. 
 HexColorRule Class Reference
        HexColorRule Class Reference