0 votes
in Python by
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, ()

1 Answer

0 votes
by
iv) Using paranthesis, ()
...