0 votes
in Python by
What does the match method of re module do?

i) No such method exists

ii) It matches the pattern at end of the string

iii) It matches the pattern at any position of the string

iv) It matches a pattern at the start of the string

1 Answer

0 votes
by
iv) It matches a pattern at the start of the string

Related questions

0 votes
asked Feb 11, 2021 in Python by SakshiSharma
0 votes
asked May 24, 2020 in Python by SakshiSharma
...