import re
a="\bn"
print(re.findall(r'[\b]n', a))