Skip to content

mathiasbynens/RegExp.prototype.search

Repository files navigation

ES6 RegExp.prototype.search polyfill Build status Code coverage status

A robust & optimized ES3-compatible polyfill for the RegExp.prototype.search method in ECMAScript 6.

Installation

In a browser:

<script src="regex-prototype-search.js"></script>

Via npm:

npm install regexp.prototype.search

Then, in Node.js:

require('regexp.prototype.search');

// On Windows and on Mac systems with default settings, case doesn’t matter,
// which allows you to do this instead:
require('RegExp.prototype.search');

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.

About

A robust & optimized ES3-compatible polyfill for the `RegExp.prototype.search` method in ECMAScript 6.

Resources

License

Stars

Watchers

Forks

Packages

No packages published