simple url regexp

notnorwegian at yahoo.se notnorwegian at yahoo.se
Fri May 23 23:25:46 EDT 2008


url = re.compile(r"((http|ftp|https)\:\/\/)(www)?([a-zA-Z]{1}([\w\-]+
\.)+([\w]{2,5}))(:[\d]{1,5})?((/?\w+/)+|/?)(\w+
\.[\w]{3,4})?((\?\w+=\w+)?(&\w+=\w+)*)?")

damn i hate these things.

i want it to only match http://www.name.any/etc

not http://wiki.x etc




More information about the Python-list mailing list