I have a list of urls of the following format:
https://doi.org/10.1145/2883851.2883900
I want to extract the values after "doi.org".Here in the example my expected output is:
10.1145/2883851
I could do it on single url but to apply how get the values from a list of URLs.