import re
p = re.compile('통계정보_[0-9-\W.A-Z]+')
old_str = p.findall(file_name)[0]

 

 

+ Recent posts