0 votes
in Python by
Which of the following expression is used to compile the pattern p?

i) re.assemble(p)

ii) re.create(p)

iii) re.regex(p)

iv) re.compile(p)

1 Answer

0 votes
by
correct answer is iv) re.compile(p)

Related questions

0 votes
asked Jan 11, 2021 in Python by SakshiSharma
0 votes
asked Sep 29, 2022 in Logstash Elegant Paratrooper by SakshiSharma
...