CRT-211 · Question #35
Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable. What should the administrator implement to help ensure consistent formatting?
The correct answer is C. Create a REGEX function to use in a validation rule on the field. REGEX is a function that allows administrators to check whether a text value matches a regular expression pattern. Regular expressions are a way to define complex patterns of characters using symbols and operators. REGEX can be used to enforce consistent formatting for a field…
Question
Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable. What should the administrator implement to help ensure consistent formatting?
Options
- AEdit the standard field length to five characters.
- BAdd a quick create function for the sales reps to use.
- CCreate a REGEX function to use in a validation rule on the field.
- DAdd a help text instructing the sales rep on how to enter this field.
How the community answered
(54 responses)- A4% (2)
- B6% (3)
- C78% (42)
- D13% (7)
Explanation
REGEX is a function that allows administrators to check whether a text value matches a regular expression pattern. Regular expressions are a way to define complex patterns of characters using symbols and operators. REGEX can be used to enforce consistent formatting for a field value by specifying the required length, characters, and separators.
Topics
Community Discussion
No community discussion yet for this question.