What charectar range would this represent (regular expression)?
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-05-28T03:36:08Z
Indexed on
2010/05/28
3:41 UTC
Read the original article
Hit count: 127
regex
Recently I came across a character range that was the following:
[/-+]
My very simple question is, is this even a valid charectar range? If so, what range of charectars would it match?
© Stack Overflow or respective owner