I dont understand why my string is not matching :
re.findall('\bbp\b', 'station bp coucou')
According to regex101 it should match ...
I dont understand why my string is not matching :
re.findall('\bbp\b', 'station bp coucou')
According to regex101 it should match ...