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