Before regexp for isolating interface names was relying on the the next tag in query to be exactly "instance", which were generating few issues:
- if there is another tag starting with the word "interface"
- if the next tag is not "interface"
then the interface name extracted are not valid.
The proposed regexp is solving that issues