Regular Expressions
1.
Python has a built-in package called?
2.
Which function returns a list containing all matches?
3.
Which character stand for Starts with in regex?
4.
Which character stand for Zero or more occurrences in regex?
5.
In Regex, s stands for?
6.
In Regex, [a-n] stands for?
7.
The expression a{5} will match _____________ characters with the previous regular expression.
8.
Which of the following functions clears the regular expression cache?
9.
Which module in Python supports regular expressions?
10.
Which of the following creates a pattern object?