Regular Expression Validation
Review Questions
1. |
What is a regular expression? What can you use it for? |
2. |
What is a validator? What is it used for? |
3. |
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. |