Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What does the match method of re module do?
Home
Python
What does the match method of re module do?
0
votes
asked
Jan 11, 2021
in
Python
by
SakshiSharma
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
#python-re-module
#python-module
#python-string
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 11, 2021
by
SakshiSharma
iv) It matches a pattern at the start of the string
...