fork(2) download
  1. import re
  2.  
  3. print(re.findall(r'\d', '1٤٥٦4'))
  4.  
Success #stdin #stdout 0.02s 27728KB
stdin
Standard input is empty
stdout
['1', '٤', '٥', '٦', '4']