You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to allow some rules to leverage more than a single message based on its failure.
In the case of AllowedCharacterRule and IllegalCharacterRule it's natural to want a different message based on whitespace.
It can also be hard to construct a single message for all character types.
The text was updated successfully, but these errors were encountered:
It would be useful to allow some rules to leverage more than a single message based on its failure.
In the case of
AllowedCharacterRule
andIllegalCharacterRule
it's natural to want a different message based on whitespace.It can also be hard to construct a single message for all character types.
The text was updated successfully, but these errors were encountered: