The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #559
re.compile() compiles a regular expression pattern into a regular expression object, which can be used for matching using its match() , search() and other methods. (docs.python.org/3.4/library/re.html)
Which function converts a regular expression pattern to a regular expression object?
— The Python Quiz (@thepythonquiz) March 10, 2021
re.create()
re.regex()
re.compile()
re.assemble()
None of the above
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅