regexparam
RegExp parser
A utility for converting route patterns into regular expressions
A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to path-to-regexp
🙇♂️
568 stars
10 watching
23 forks
Language: JavaScript
last commit: 12 months ago
Linked from 1 awesome list
path-to-regexpregexregexprouter
Related projects:
Repository | Description | Stars |
---|---|---|
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 23 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
slevithan/regex-colorizer | A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. | 176 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
ota-meshi/eslint-plugin-regexp | An ESLint plugin for detecting and enforcing regular expression best practices | 697 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
laurikari/tre | A lightweight regexp matching library with approximate fuzzy matching capabilities. | 805 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 185 |