fork(2) download
  1. import re
  2. x = " rs1982171 55349 40802".strip()
  3.  
  4. if (re.match(r"\b55349\b",x.split()[1])):
  5. print x
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
rs1982171     55349     40802