http://qs321.pair.com?node_id=402627


in reply to Re^2: Regex help
in thread Regex help

With the arrival of Unicode, it's wrong to use \d if you mean [0-9].

This worries me.
What happened when I wasn't paying attention?

Will most of my code that's processing text containing digits break as soon as the input contains unicode?

Cheers, Sören