commonregex
Regex library
A collection of reusable regular expression functions for text processing in Go.
🍫 A collection of common regular expressions for Go
895 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. | 196 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 139 |
yandex/pire | High-performance text matching library with limited functionality. | 330 |
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. | 84 |
ocaml/ocaml-re | A library for compiling and executing regular expressions in OCaml. | 232 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
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. | 431 |
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 | 21 |