Regular Expression avoiding characters up to code 255
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-03-29T12:12:13Z
Indexed on
2010/03/29
12:23 UTC
Read the original article
Hit count: 360
Dear Masters! Is it possible to ensure, that only characters with codes between 0 and 255 will be accepted by regular expression, but all with the codes up to 256 not? Thank you!
© Stack Overflow or respective owner