Check for a valid domain name in a string?

Posted by demos on Stack Overflow See other posts from Stack Overflow or by demos
Published on 2010-05-24T05:23:08Z Indexed on 2010/05/24 5:30 UTC
Read the original article Hit count: 201

Filed under:
|
|
|
|

I am using python and would like a simple api or regex to check for a domain name's validity. By validity I am the syntactical validity and not whether the domain name actually exists on the Internet or not.

© Stack Overflow or respective owner

Related posts about python

Related posts about regex