Jump to content

Regexp Object Metacharacters \xxx \xdd \uxxxx


Athlon

Recommended Posts

<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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...