I'm new to regular expressions. I've been trying to write one, though, to retrieve a web adress, but it does not work and I don't know what I'm doing wrong..
pat = re.compile(r"^[Ww]*\.(.)((com)$)")
Can you please tell me what's wrong with this pattern?
Thanks in advance!