Easy Tutorial
❮ Jsref Tostring Event Animationiteration ❯

JavaScript RegExp ^ Quantifier


Definition and Usage

The ^n quantifier matches any string that starts with n.

Syntax


Browser Support

All major browsers support the ^ quantifier.


Example

Perform a global search for "Is" at the beginning of a string:

The text marked below shows where the expression matches: Is this his

❮ Jsref Tostring Event Animationiteration ❯