Why does multiple sequence of wildcard characters not work in re.search?
I am trying to use re.search but with multiple wildcard characters and it does not work. Is there something else I have to do? Or is there a better method?
I am trying to use re.search but with multiple wildcard characters and it does not work. Is there something else I have to do? Or is there a better method?