0 votes
in Python Packages and Data Access by
retagged by
Which of the following analyses only the beginning of a string?

Select the correct option from below:

a) re.search

b) re.findall

c) re.compile

d) re.match

e) None of the options

1 Answer

0 votes
by

d) re.match is used to analyses only the beginning of a string

Related questions

0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
...