I have the following string :
var url = "po1.btr.en.mycompany.com";
I would like to extract the following subdomain ".btr.en.mycompany.com".
How can i do this ?
I have the following string :
var url = "po1.btr.en.mycompany.com";
I would like to extract the following subdomain ".btr.en.mycompany.com".
How can i do this ?