|
How to handle "\x"
Hi guys. In my system, I'm using javascript to grab current user who logged in to the system. So it will show the current user ID for example like "domain\john". My problem is if the user ID started with character "x" or "u", for example "domain\xia", system will show nothing meaning there is an error occured. Can anybody please help me on this? Thanks in advance.
|