Login
Remember
Register
Ask a Question
In a match found by a defined pattern, how to group various portions of a match?
0
votes
asked
Jan 11, 2021
in
Python
by
SakshiSharma
In a match found by a defined pattern, how to group various portions of a match?
i) Using braces, {}
ii) Using square brackets, []
iii) Using angular brackets, <>
iv) Using paranthesis, ()
#python-pattern
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 11, 2021
by
SakshiSharma
iv) Using paranthesis, ()
...