|
Answer» Nested GROUPS When we are working with complex data then we have to handle multiple layers of layers which can result in nested groups. In below regex we need TEST a specified type of text as given in below EXAMPLE
(12)Excercise :- Nested Groups Task Text Match JAN 1987 Match May 1969 Match Aug 2010
write an expression that matches and captures both the full date, as well as the year of the date.
|