fork(1) download
  1. import re
  2. ipath= u"./data/NCDC/上海/虹桥/9705626661750dat.txt"
  3. v = re.findall(u'[\u4e00-\u9fff]+', ipath) # => []
  4. print(v)
Success #stdin #stdout 0.03s 9984KB
stdin
Standard input is empty
stdout
['上海', '虹桥']