mathiasbynens
@mathiasbynens
0
Published Tools
0
Total Stars
0
Weekly Downloads
100/100
Avg Security
Published Tools
62 Skillsacross 1 categorycss.escape
mathias
A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.
string.fromcodepoint
google-wombot
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
string.prototype.codepointat
nicolo-ribaudo
A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.
string.prototype.endswith
google-wombot
A robust & optimized `String.prototype.endsWith` polyfill, based on the ECMAScript 6 specification.
string.prototype.includes
nicolo-ribaudo
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
string.prototype.repeat
nicolo-ribaudo
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
string.prototype.startswith
google-wombot
A robust & optimized `String.prototype.startsWith` polyfill, based on the ECMAScript 6 specification.
base-64
mathias
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
cssesc
mathias
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
scrollingelement
mathias
A `document.scrollingElement` polyfill.
emoji-regex
GitHub Actions
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
emoji-test-regex-pattern
GitHub Actions
_emoji-test-regex-pattern_ offers Java- and JavaScript-compatible regular expression patterns to match all emoji symbols and sequences listed in the `emoji-test.txt` file provided as part of [Unicode® Technical Standard #51](https://www.unicode.org/report
hashtag-regex
mathias
A regular expression to match hashtag identifiers as per the Unicode Standard.
he
mathias
A robust HTML entities encoder/decoder with full Unicode support.
ibm866
google-wombot
A robust ibm866 encoder/decoder written in JavaScript.
is-potential-custom-element-name
mathias
Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.
iso-8859-10
google-wombot
A robust iso-8859-10 encoder/decoder written in JavaScript.
iso-8859-13
google-wombot
A robust iso-8859-13 encoder/decoder written in JavaScript.
iso-8859-14
google-wombot
A robust iso-8859-14 encoder/decoder written in JavaScript.
iso-8859-15
google-wombot
A robust iso-8859-15 encoder/decoder written in JavaScript.
iso-8859-2
google-wombot
A robust iso-8859-2 encoder/decoder written in JavaScript.
iso-8859-3
google-wombot
A robust iso-8859-3 encoder/decoder written in JavaScript.
iso-8859-4
google-wombot
A robust iso-8859-4 encoder/decoder written in JavaScript.
iso-8859-5
google-wombot
A robust iso-8859-5 encoder/decoder written in JavaScript.
iso-8859-6
google-wombot
A robust iso-8859-6 encoder/decoder written in JavaScript.
iso-8859-7
google-wombot
A robust iso-8859-7 encoder/decoder written in JavaScript.
iso-8859-8-i
google-wombot
A robust iso-8859-8-i encoder/decoder written in JavaScript.
iso-8859-8
google-wombot
A robust iso-8859-8 encoder/decoder written in JavaScript.
jquery-placeholder
feross
A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
jsesc
mathias
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
koi8-r
google-wombot
A robust koi8-r encoder/decoder written in JavaScript.
macintosh
google-wombot
A robust macintosh encoder/decoder written in JavaScript.
punycode
google-wombot
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
q-encoding
mathias
A robust & character encoding–agnostic JavaScript implementation of the `Q` encoding as defined by RFC 2047.
quoted-printable
mathias
A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.
regenerate-unicode-properties
google-wombot
Regenerate sets for Unicode properties and values.
regenerate
mathias
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
regexpu-core
google-wombot
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
regexpu-fixtures
google-wombot
Test cases for the regexpu project. Possibly useful for other regular expression-related test suites.
regexpu
google-wombot
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
strip-combining-marks
mathias
Easily remove Unicode combining marks from strings.
unicode-canonical-property-names-ecmascript
google-wombot
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
unicode-emoji-modifier-base
mathias
The set of Unicode symbols that can serve as a base for emoji modifiers, i.e. those with the `Emoji_Modifier_Base` property set to `Yes`.
unicode-match-property-ecmascript
google-wombot
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
unicode-match-property-value-ecmascript
google-wombot
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
unicode-property-aliases-ecmascript
google-wombot
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
utf8
mathias
A well-tested UTF-8 encoder/decoder written in JavaScript.
windows-1250
google-wombot
A robust windows-1250 encoder/decoder written in JavaScript.
windows-1251
google-wombot
A robust windows-1251 encoder/decoder written in JavaScript.
windows-1252
google-wombot
A robust windows-1252 encoder/decoder written in JavaScript.
windows-1253
google-wombot
A robust windows-1253 encoder/decoder written in JavaScript.
windows-1254
google-wombot
A robust windows-1254 encoder/decoder written in JavaScript.
windows-1255
google-wombot
A robust windows-1255 encoder/decoder written in JavaScript.
windows-1256
google-wombot
A robust windows-1256 encoder/decoder written in JavaScript.
windows-1257
google-wombot
A robust windows-1257 encoder/decoder written in JavaScript.
windows-1258
google-wombot
A robust windows-1258 encoder/decoder written in JavaScript.
windows-874
google-wombot
A robust windows-874 encoder/decoder written in JavaScript.
wtf-8
mathias
A well-tested WTF-8 encoder/decoder written in JavaScript.
x-mac-cyrillic
google-wombot
A robust x-mac-cyrillic encoder/decoder written in JavaScript.
grunt-template
mathias
Grunt plugin that interpolates template files with any data you provide and saves the result to another file.
jquery.placeholder
kimpeeters
A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
esrever
mathias
A fully Unicode-aware string reverser written in JavaScript.