commonregex
Regex library
A collection of reusable regular expression functions for text processing in Go.
🍫 A collection of common regular expressions for Go
896 stars
23 watching
67 forks
Language: Go
last commit: about 5 years ago
Linked from 2 awesome lists
commonregexpatternregexregexpregular-expressionvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
hedhyw/rex | A flexible regular expression builder for Go. | 197 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 141 |
yandex/pire | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
ocaml/ocaml-re | A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching | 234 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 332 |
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |