- 1
- 2
- 3
- 4
index = re.findall('%s([\s]*[\w\d-]+[\s]*[\w\d-]*)' % self.vendor, string)
if not index:
index = re.findall('([\s]*[\w\d-]+[\s]*[\w\d-]*[\s]*[\w\d-]*)', string)
return filter(lambda x: len(x) > 3 and re.findall('\d', x), map(lambda x: x.replace(' ', '').replace('-', ''), index)) or [u'none']
Her 30.06.2016 14:24 # +14
kyzi007 30.06.2016 14:35 # +18
guestinho 30.06.2016 20:26 # +15
я обычно там такие трактаты пишу, что через год вспомню
там линуксоиды в ядре делают, я с них идею попер
MAPTOBCKuu_nemyx 26.04.2024 20:25 # 0
guestinho 30.06.2016 20:14 # +15
wvxvw 01.07.2016 01:13 # +15
inkanus-gray 01.07.2016 01:20 # +15
Кстати, подсказка гита может оказаться полезной следующему скрипту:
https://github.com/nvbn/thefuck
guesto 01.07.2016 01:35 # +15
xui
guesto 01.07.2016 01:39 # +15
не подскажешь что не так?
guest 01.07.2016 11:19 # +18
wvxvw 30.06.2016 15:04 # +14
defecate-plusplus 30.06.2016 15:14 # +22