Python regular expression '-' specialness Mar 21, 2016 note to self Use - instead of - in python regular expressions $ python import re re.search(r’([-\w]*)’, ‘www.hakanu-net’)