14.7.  Review Questions

[ fromfile: validation-questions.xml id: validation-questions ]

  1. What is an input mask? What can an input mask do for you?

  2. What is a regular expression? What can you use it for?

  3. What is a validator? What is it used for?

  4. Describe three different kinds of validators.

  5. What is a regular expression meta-character? There are four kinds of metacharacters: quantifier, character set, group, and anchor. Give examples of each type and explain what they mean.

  6. Why would you want to extend QValidator?