esrever
String reverser
A Unicode-aware string reversal algorithm and implementation
A Unicode-aware string reverser written in JavaScript.
891 stars
21 watching
30 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mathiasbynens/string.prototype.repeat | A polyfill implementation of the String.prototype.repeat method in ECMAScript 6 | 27 |
mathiasbynens/string.prototype.endswith | A polyfill shim for the String.prototype.endsWith method to ensure compatibility with older JavaScript environments. | 35 |
mayflower/sqlite-reverse-string | An extension for SQLite that adds a function to reverse strings. | 4 |
mathiasbynens/string.prototype.startswith | A polyfill for the String.prototype.startsWith method in ECMAScript 6. | 144 |
mathiasbynens/regexpu | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
mathiasbynens/array.of | An ES2015 spec-compliant shim for the Array.of method in ECMAScript 6 | 15 |
mathiasbynens/string.prototype.includes | A robust polyfill for the includes method in ECMAScript 6 | 68 |
mathiasbynens/array.from | Creates a new array instance from an array-like or iterable object. | 67 |
mathiasbynens/string.fromcodepoint | A polyfill for the String.fromCodePoint method in ECMAScript 6 | 61 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
mathiasbynens/punycode.js | Converts Unicode symbols to and from ASCII Punycode strings | 1,604 |
mbostock/rollup-plugin-ascii | Rewrites JavaScript to escape non-ASCII characters in string literals. | 12 |
lukechilds/reverse-shell | A simple, Unix-like system reverse shell implemented in JavaScript | 1,852 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
mathiasbynens/gulp-regexpu | Tools for transpiling ES6 Unicode regular expressions to ES5 in Gulp pipelines | 4 |