Vidyalelo
Java Programming · Q34

Java Regular Expressions

Programming · Java Programming · question 34

Q34

Which capturing group can represent the entire expression?

A.
group *
B.
group 0
Answer
C.
group * or group 0
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board