1 2 3 4 5 6
In [7]: pattern = unicode('([а-яА-Я]*)', 'utf-8') In [8]: str = unicode('строка циф3рка и_строка', 'utf-8') In [9]: print re.search(pattern, str).groups()[0] строка