How to grab a number from inside a .html file using regex

Νίκος nikos.the.gr33k at gmail.com
Sat Aug 7 13:31:38 EDT 2010


i also dont know what wrong with this line:

host = socket.gethostbyaddr( os.environ['REMOTE_ADDR'] )[0]

hostmatch = re.search('cyta', host)

if cookie.has_key('visitor') != 'nikos' or hostmatch is None:
     # do stuff

the 'stuff' never gets executed, while i ant them to be as long as i
dont have regex match!



More information about the Python-list mailing list