String.fromCodePoint
String code point converter
A polyfill for the String.fromCodePoint method in ECMAScript 6
A robust & optimized String.fromCodePoint
polyfill, based on the ECMAScript 6 specification.
61 stars
7 watching
8 forks
Language: JavaScript
last commit: 10 months ago Related projects:
Repository | Description | Stars |
---|---|---|
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/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/array.of | An ES2015 spec-compliant shim for the Array.of method in ECMAScript 6 | 15 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
mathiasbynens/string.prototype.repeat | A polyfill implementation of the String.prototype.repeat method in ECMAScript 6 | 27 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
mathiasbynens/punycode.js | Converts Unicode symbols to and from ASCII Punycode strings | 1,604 |
mathiasbynens/esrever | A Unicode-aware string reversal algorithm and implementation | 891 |
purescript-contrib/purescript-matryoshka | Provides generalized folds, unfolds, and traversals for fixed point data structures | 59 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
benvie/javascriptnext.tmlanguage | Defines syntax rules for modern JavaScript programming languages, including modules and ECMAScript 6 features. | 33 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |