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: over 5 years ago
Linked from 2 awesome lists
commonregexpatternregexregexpregular-expressionvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
| A flexible regular expression builder for Go. | 197 |
| A fast and efficient regular expression compiler written in Common Lisp | 141 |
| Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
| A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| A library for processing regular expressions using the PCRE2 library | 5 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching | 234 |
| A library for generating random strings from regular expressions. | 90 |
| A Swift library for working with regular expressions. | 332 |
| A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
| A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
| A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
| A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
| A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |