Not to mention \d is more concise than [0-9]And . is even more concise.
\d and [0-9] are not equivalent. The latter matches 10 characters, the former several hundreds.
In reply to Re^2: Using grep on windows
by JavaFan
in thread Using grep on windows
by rogermills
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |