Which of the following regular expressions can be used to get the domain name?
I try the next code but it doesn't work, there is something that i'm doing wrong?
In the picture the another options
txt = 'I refer to https://google.com and i never refer http://www.baidu.com'
print(txt.findall(?<=https:\/\/)([A-Za-z0-9.]*))