IT 117: Intermediate Scripting
Class 11 Ungraded Quiz
-
What three things are found in a regular expression?
-
What do ordinary characters in a regular expression match?
-
What does the . (dot) in a regular expression match?
-
What does the * in a regular expression match?
-
What does the + in a regular expression match?
-
What does the ? in a regular expression match?
-
What does the \ do in a regular expression?
-
What does \d in a regular expression match?
-
What does \w in a regular expression match?
-
What does \s in a regular expression match?