commonregex

Regex library

A collection of reusable regular expression functions for text processing in Go.

🍫 A collection of common regular expressions for Go

GitHub

896 stars
23 watching
67 forks
Language: Go
last commit: almost 7 years ago
Linked from 2 awesome lists

commonregexpatternregexregexpregular-expressionvalidation

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
hedhyw/rexA flexible regular expression builder for Go.197
telekons/one-more-re-nightmareA fast and efficient regular expression compiler written in Common Lisp141
yandex/pirePerforms efficient text matching using regular expressions without lookahead or backtracking capabilities.332
sindresorhus/regexA wrapper around NSRegularExpression to simplify regular expression usage in Swift331
srackham/pcre2A library for processing regular expressions using the PCRE2 library5
boostorg/regexA comprehensive C++ regular expression library with advanced features and compiler defect workarounds.86
ocaml/ocaml-reA regular expression library written in OCaml that compiles patterns into finite automata for efficient matching234
zach-klippenstein/goregenA library for generating random strings from regular expressions.90
crossroadlabs/regexA Swift library for working with regular expressions.332
mariomka/regex-benchmarkA benchmarking project comparing the performance of different programming languages' regex engines315
ddddxxx/regexA Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications4
fancy-regex/fancy-regexA Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around.438
oriser/regroupA library to automatically match and parse regular expression groups into Go structs with various options.147
drup/tyreA system for building type-safe regular expressions with automatic extraction and modification of matched groups171
imagibee/gigantorA high-performance regular expression search and replace library designed to handle large files and streams efficiently22