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