Easy Tutorial
❮ Prop Htmlcollection Length Event Animationstart ❯

JavaScript RegExp \xxx Meta Character


Definition and Usage

The \xxx meta character is used to find the character specified by the octal number xxx.

If no match is found, it returns null.

Syntax


Browser Support

All major browsers support the \xxx meta character.


Example

Example

Perform a global search for the octal 127 (W) in the string:

The text marked below shows where the expression matches: World!


❮ Prop Htmlcollection Length Event Animationstart ❯