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: 2 months ago
code-generationecmascriptes2015javascriptregexregexpregular-expressionunicode

Related projects:

Repository Description Stars
mathiasbynens/gulp-regexpu Tools for transpiling ES6 Unicode regular expressions to ES5 in Gulp pipelines 4
mathiasbynens/regexp.prototype.match Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 10
mathiasbynens/regexp.prototype.search A polyfill for the search method in ECMAScript 6's RegExp object 5
a-n-t-h-o-n-y/regexplore A live regular expression testing environment built with curses. 8
trusktr/regexr A template tag function for composing regular expressions without double escaping. 62
eslint-community/regexpp A parser and validator for regular expressions in ECMAScript 23
telekons/one-more-re-nightmare A fast and efficient regular expression compiler written in Common Lisp 139
dmitrysoshnikov/regexp-tree Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript 401
nasciiboy/recursiveregexpraptor-4 A C-language regular expression engine designed for speed and simplicity. 10
learnbyexample/learn_js_regexp A comprehensive resource for learning JavaScript regular expressions 112
zimprojects/srell A header-only C++ template library for working with regular expressions in ECMAScript-compatible way 11
compose-regexp/compose-regexp.js Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. 145
verbalexpressions/cppverbalexpressions A C++ library for constructing complex regular expressions with a simple and intuitive API. 382
mathiasbynens/emoji-regex A regular expression for matching all emoji symbols and sequences according to the Unicode Standard. 1,761
tc39/proposal-regexp-r-escape Proposes an escape sequence for matching Unicode line terminators in regular expressions 5