What is the match() function in Python?
Answers
Answered by
0
Answer:
The research function returns a match object on success, none on failure. We use group(num) or groups() function of match object to get matched expression
Explanation:
Similar questions