Show Table of Contents
3.18. Message Data Validation
- When processing an order message, you should perform a number of validations. First, check that the supplied username follows a format of an upper case character, followed by five digits (for example,
S12345orG54321). To perform this validation, you should use regular expression. - Next, check that the supplied e-mail address is in a valid format. Use a regular expression to check it.
- Confirm that each order item's productId field follows a format of exactly three digits (such as
123). Use a regular expression to do this. - Finally, you need to confirm that the total for each order item does not exceed 50.00 (price * quantity is not greater than 50.00). Perform this validation using an MVEL expression.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.