Athlon Posted February 7, 2010 Report Share Posted February 7, 2010 <html><body><script type="text/javascript">var str="Visit W3Schools. Hello World!"; var patt1=/\127/g;document.write(str.match(patt1));</script></body></html> is the number 127 a code from the UTF-8 charset or from other charsets ? i have to type the numbers of charset in different numeric systems, hexadecimal and octal ? Link to comment Share on other sites More sharing options...
justsomeguy Posted February 8, 2010 Report Share Posted February 8, 2010 In that case it uses ASCII. Unicode characters are the sequences which start with a u. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now