Comment on \d less efficient than [0-9]parentComments−bellbind13yIf you use a preg engine you can add the /a modifier which excludes unicode chars from matches.
Comments
If you use a preg engine you can add the /a modifier which excludes unicode chars from matches.