Python String correspond http
re.findall(r'https?://[^\s<>"]+|www\.[^\s<>"]+', str(STRING))
Silly Seahorse
re.findall(r'https?://[^\s<>"]+|www\.[^\s<>"]+', str(STRING))