regex

Regex template

A template tag for readable, high-performance regexes with extended syntax and context-aware interpolation

JS regexes + future. A template tag for readable, high-performance, native JS regexes with extended syntax, context-aware interpolation, and always-on best practices.

GitHub

507 stars
5 watching
10 forks
Language: JavaScript
last commit: 3 days ago
one-of-a-kindregexregular-expression

Related projects:

Repository Description Stars
slevithan/regex-colorizer A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. 176
trusktr/regexr A template tag function for composing regular expressions without double escaping. 62
rundevelopment/regexp-ast-analysis A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes 3
wyantb/js-regex A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. 67
lukeed/regexparam A utility for converting route patterns into regular expressions 568
sindresorhus/regex A wrapper around NSRegularExpression to simplify regular expression usage in Swift 331
compose-regexp/compose-regexp.js Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. 145
sharplet/regex A Swift library that provides an expressive and flexible regular expression type 612
zimprojects/srell A header-only C++ template library for working with regular expressions in ECMAScript-compatible way 11
johannesvollmer/regex-nodes An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. 35
learnbyexample/learn_js_regexp A comprehensive resource for learning JavaScript regular expressions 112
dmitrysoshnikov/regexp-tree Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript 401
yyytcool/rexx A human-readable regex library with structured syntax and variable support. 2
oriser/regroup A library to automatically match and parse regular expression groups into Go structs with various options. 147
cesanta/slre A lightweight C/C++ regular expression engine optimized for performance and compactness. 535