Comment on \d less efficient than [0-9]parentComments−anonymous13yI think that's because they are treated as words, rather than digits. The same way that \d won't match "einz".
Comments
I think that's because they are treated as words, rather than digits. The same way that \d won't match "einz".