Hi, is it possible to have a single rule that checks many condition. example is below
i want a single rule named--Name Validation
i want this rule to check and validate name that are in -
- Title Case --first letter upper case follow by all lower case
- Accented--- Accepts accented character
- Accepts special characters
- Could have Hyphen -
the rule should should invalidate any other names that does not meet these conditions . or is there a better way to do this ? preferred to break it down so its will be easy to know the reason why the names are not valid whenever its does not matches