fork download
  1. import re
  2. a="\bn"
  3. print(re.findall(r'[\b]n', a))
Success #stdin #stdout 0.02s 27712KB
stdin
Standard input is empty
stdout
['\x08n']