IT 117: Intermediate Scripting
Class 11 Ungraded Quiz

  1. What three things are found in a regular expression?


  2. What do ordinary characters in a regular expression match?


  3. What does the . (dot) in a regular expression match?


  4. What does the * in a regular expression match?


  5. What does the + in a regular expression match?


  6. What does the ? in a regular expression match?


  7. What does the \ do in a regular expression?


  8. What does \d in a regular expression match?


  9. What does \w in a regular expression match?


  10. What does \s in a regular expression match?