Easy Tutorial
❮ Prop Email Name Met Canvas Moveto ❯

JavaScript RegExp $ Quantifier


Definition and Usage

The n $ quantifier matches any string that ends with n.

Syntax


Browser Support

All major browsers support the $ quantifier.


Examples

Example

Perform a global search for "is" at the end of a string:

The text marked is shows the position where the expression matched.


❮ Prop Email Name Met Canvas Moveto ❯