RE: how to use special characters in a switch
I couldn't find any documentation online about it being part of JScript. However it is used for making the likes of "." match ANY character including \r and \n (both of these are not able to be matched by "." normally).
I wonder if we can also use the x modifier.... (I will test it out later)
|