rexx
Regex library
A human-readable regex library with structured syntax and variable support.
🦖 A human-friendly regex library with structured syntax and variable support.
2 stars
1 watching
1 forks
Language: JavaScript
last commit: 11 months ago regexregexpregular-expressions
Related projects:
Repository | Description | Stars |
---|---|---|
sharplet/regex | A Swift library that provides an expressive and flexible regular expression type | 612 |
yandex/pire | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
hedhyw/rex | A flexible regular expression builder for Go. | 197 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 188 |
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 332 |
ocaml/ocaml-re | A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching | 234 |
cezheng/pyswiftyregex | A framework that simplifies the use of regular expressions in Swift by providing a Pythonic API | 230 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |