go-restructure
Struct regex
Enables regular expressions to be defined as struct fields and captures sub-expressions into those fields
Match regular expressions into struct fields
591 stars
17 watching
16 forks
Language: Go
last commit: 11 months ago
Linked from 1 awesome list
golangregular-expression
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
| | Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| | A flexible regular expression builder for Go. | 197 |
| | A collection of reusable regular expression functions for text processing in Go. | 896 |
| | Automatically trims and sanitizes struct string fields in Go based on embedded tags. | 323 |
| | A live regular expression testing environment built with curses. | 8 |
| | A Swift library for working with regular expressions. | 332 |
| | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
| | Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
| | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| | A tool to generate all possible strings that a given regex pattern can match | 77 |
| | A type provider for regular expressions. | 74 |
| | A package that extracts and works with Go struct fields as values, including type information. | 6 |
| | A tool to help build and understand regular expressions by breaking them down into natural language | 476 |