regexpu

Regex transpiler

Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions.

A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.

GitHub

234 stars
14 watching
20 forks
Language: JavaScript
last commit: almost 2 years ago
code-generationecmascriptes2015javascriptregexregexpregular-expressionunicode

Related projects:

RepositoryDescriptionStars
mathiasbynens/gulp-regexpuTools for transpiling ES6 Unicode regular expressions to ES5 in Gulp pipelines4
mathiasbynens/regexp.prototype.matchProvides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 610
mathiasbynens/regexp.prototype.searchA polyfill for the search method in ECMAScript 6's RegExp object5
a-n-t-h-o-n-y/regexploreA live regular expression testing environment built with curses.8
trusktr/regexrA template tag function for composing regular expressions without double escaping.63
eslint-community/regexppA parser and validator for regular expressions in ECMAScript24
telekons/one-more-re-nightmareA fast and efficient regular expression compiler written in Common Lisp141
dmitrysoshnikov/regexp-treeTools and APIs for parsing, manipulating, and executing regular expressions in JavaScript401
nasciiboy/recursiveregexpraptor-4A C-language regular expression engine designed for speed and simplicity.10
learnbyexample/learn_js_regexpA comprehensive resource for learning JavaScript regular expressions112
zimprojects/srellA header-only C++ template library for working with regular expressions in ECMAScript-compatible way11
compose-regexp/compose-regexp.jsBuilds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns.145
verbalexpressions/cppverbalexpressionsA C++ library for constructing complex regular expressions with a simple and intuitive API.382
mathiasbynens/emoji-regexA regular expression for matching all emoji symbols and sequences according to the Unicode Standard.1,774
tc39/proposal-regexp-r-escapeProposes an escape sequence for matching Unicode line terminators in regular expressions5