What character 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
4:01 UTC
Read the original article
Hit count: 123
regex
Recently I came across a character range that was the following:
[/-+]
My very simple question is, is this even a valid character range? If so, what range of characters would it match?
© Stack Overflow or respective owner