Removing character in list of strings If I have a list of strings such as: ( each url in new line)
"https://www.test.com/test.html"
"https://www.a.com/y.html"
"https://www.sdf.com/zs.html"
"https://www.csc.com/xxxx.com/"
What should I do to get this output?
www.test.com
www.a.com
www.sdf.com
www.csc.com