RegExp.prototype.match
RegExp matcher
Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6
A robust & optimized ES3-compatible polyfill for the RegExp.prototype.match
method in ECMAScript 6.
10 stars
3 watching
2 forks
Language: JavaScript
last commit: over 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
mathiasbynens/string.prototype.startswith | A polyfill for the String.prototype.startsWith method in ECMAScript 6. | 144 |
mathiasbynens/string.prototype.includes | A robust polyfill for the includes method in ECMAScript 6 | 68 |
mathiasbynens/string.prototype.endswith | A polyfill shim for the String.prototype.endsWith method to ensure compatibility with older JavaScript environments. | 35 |
mathiasbynens/regexpu | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
mathiasbynens/string.prototype.repeat | A polyfill implementation of the String.prototype.repeat method in ECMAScript 6 | 27 |
mathiasbynens/emoji-regex | A regular expression for matching all emoji symbols and sequences according to the Unicode Standard. | 1,761 |
mathiasbynens/string.prototype.codepointat | A polyfill for the ES6 String.prototype.codePointAt method to support older browsers and environments | 53 |
mathiasbynens/array.from | Creates a new array instance from an array-like or iterable object. | 67 |
mathiasbynens/array.of | An ES2015 spec-compliant shim for the Array.of method in ECMAScript 6 | 15 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
mathiasbynens/gulp-regexpu | Tools for transpiling ES6 Unicode regular expressions to ES5 in Gulp pipelines | 4 |
paulmillr/array.prototype.findindex | Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
tc39/proposal-regex-escaping | An ECMAScript standard proposal to improve regular expression escaping functionality. | 369 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 23 |