Validating character patterns
Check whether the input that your user provides is relevant. By verifying
character patterns with edit validate rules, you can ensure that the data that users
enter into forms matches the field requirements, and reduce the number of processing
errors.
For example, if you want your users to enter a valid US postal code
in a field, you can use an edit validate rule to ensure that the input is consistent with
the ZIP Code format. Pega Platform includes a wide variety of
ready-to-use edit validate rules that come with default error messages.
Before you begin: Create a validation rule. For more information, see Validating field input in complex scenarios.