Question 1
Which character is used to represent any character in a regular expression?
Question 2
What dose the re. search() function do in python?
Question 3
What dose the re.findal() function do in python?
Question 4
Which quantifier represents zero or more occurrences in regular expression pattern?
Question 5
Which python module is used for working with regular experessions?
Question 6
Which of the following characters is used to escape special characters in a regular expression?
Question 7
What dose the ^ character represent in a regular expression pattern?
Question 8
What does the re.compile() function do in python?
Question 9
Which flag is used to perform a case-insensitive search in regular expressions in python?
Question 10
What is a regular expression in python?