I have a below xml
<ns1:Header>
<ns4:Name>Mohan</ns4:Name>
<ns4:Age>10</ns4:Age>
<ns4:Dept>CSE</ns4:Dept>
</ns1:Header>
I need to write a regex to find the Name from Mohan tag. Here the namespace(ns4) may change dynamically .Please help to write a generic regex that should work in all the namespace