def hgurl(value): matchs = re.findall(r'^http://([^/]*)', value) if matchs: return ', '.join(matchs) else: return ''