
November 3rd, 2012, 04:49 PM
|
|
|
|
So, Spacebar, thank you for the comment, it seems to be saying that \d is not posix or gnu ERE, so that you replace it with a character class [0-9], I didn't know this was neither posix nor GNU.
But it is a quite common feature of regex nowodays in many languages. And the OP used that syntax, so I would tend to think that this is available to her or him.
Thank you for the information, anyway.
|