xregexp

Regex utility

An extended JavaScript regular expression utility with modern syntax and flags beyond native browser support.

Extended JavaScript regular expressions

GitHub

3k stars
70 watching
278 forks
Language: JavaScript
last commit: 11 days ago
regexregexpregular-expression

Related projects:

Repository Description Stars
devongovett/regexgen Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method 3,344
compose-regexp/compose-regexp.js Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. 145
cjex/regulex A JavaScript tool for parsing and visualizing regular expressions 5,719
dmitrysoshnikov/regexp-tree Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript 401
francisrstokes/super-expressive A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. 4,626
ziishaned/learn-regex An introduction to regular expressions with explanations and examples. 45,672
mathiasbynens/regexpu Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. 234
rust-lang/regex An implementation of regular expressions for Rust. 3,544
learnbyexample/learn_js_regexp A comprehensive resource for learning JavaScript regular expressions 112
slevithan/regex-colorizer A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. 176
slevithan/regex A template tag for readable, high-performance regexes with extended syntax and context-aware interpolation 507
johannesvollmer/regex-nodes An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. 35
mudge/re2 A fast and safe regular expression engine designed to eliminate security vulnerabilities 130
pemistahl/grex Automatically generates regular expressions from user-provided test cases 7,302
tc39/proposal-regexp-x-mode A proposal to add support for comments and insignificant whitespace in regular expressions 26