Computer Science, asked by sukrit35441, 11 months ago

What is the match() function in Python?

Answers

Answered by Sayilesh
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