Skip to content

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

License

Notifications You must be signed in to change notification settings

ChimaTech/String.prototype.startsWith

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 String.prototype.startsWith polyfill Build status

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

Other polyfills for String.prototype.startsWith are available:

Installation

In a browser:

<script src="startswith.js"></script>

Via npm:

npm install string.prototype.startswith

Then, in Node.js:

require('string.prototype.startswith');

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

Notes

Polyfills + test suites for String.prototype.endsWith and String.prototype.contains are available, too.

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%