JavaScript regular expressions: “\xhh”
character
[this page | pdf | back links]
A JavaScript
regular expression takes the form: /pattern/modifiers
The character sequence \xhh
in a regular expression (where each h
is a hexadecimal digit) has a special meaning, namely the character specified
by a given hexadecimal number hh.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Regular Expressions