How to find all opened tags using regular expression

\[code\]<meals> <breakfast> Eggs and Toast </breakfast> <lunch> Salad and soup\[/code\]this is my XML.I just wanted to get Opened Tag(Lunch,Meals) from this xml using regular expression.Please help me.
 
Back
Top