# -*- coding: utf-8 -*-
import re
print(re.match(ur'(\w+)', u'Straße', flags=re.U).group(1).encode("utf8"))