clj-re
Regex helpers
A set of regular expression functions inspired by Clojure's API.
Clojure style regular expression functions
10 stars
2 watching
0 forks
Language: Common Lisp
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 139 |
dtenny/clj-arrows | A set of macros and functions providing Clojure-compatible threading and transformation functionality in Common Lisp | 10 |
dtenny/clj-con | A Common Lisp package providing concurrency operations similar to Clojure | 35 |
dtenny/rexxparse | A string parsing tool inspired by the REXX PARSE construct. | 11 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
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 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 477 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
cloudflare/lua-re2 | A C and Lua wrapper for RE2's regular expression library | 36 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 21 |