0 votes
in Python by
Which of the following syntax is used to name a grouped portion of a match?

i) ?G<group_name>

ii) ?P<group_name>   

iii) <group_name>

iv) ?<group_name>

1 Answer

0 votes
by
Correct Answer to the question is ii) ?P<group_name>
...