in reply to About \d \w and \s
And I don't get /b at all. I would expect that if I use /b because I have a regexp that I want to behave exactly as in 5.8, I really want that. But /b isn't giving me that, as \d matches a lot more than [0-9] in 5.8. I appreciate changing the \d to [0-9], that gets my vote, but I don't get a broken "broken/legacy" switch.
Third, what's the deal with /a and \s? Currently, \s matches 5 ASCII code points, but under /a it's going to match four?
|
---|