Deleting registered validation rules

You can delete the registered validation rules.

To delete the registered validation rules, call any of the following methods of the SCValidator class:
  • removeDefaultRules (String inputType)
  • removeGlobalRules (String inputType)
  • removeRules (String name, String inputType)
  • removeRules (ISCValidationRuleKey name, String inputType)