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
17 forks
Language: Go
last commit: about 3 years ago
Linked from 1 awesome list
golangregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,039 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
leebenson/conform | Automatically trims and sanitizes struct string fields in Go based on embedded tags. | 323 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 21 |
galeone/rts | Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
alixaxel/genex | A tool to generate all possible strings that a given regex pattern can match | 77 |
fsprojects/fsharp.text.regexprovider | A type provider for regular expressions. | 74 |
ravsii/textra | A package that extracts and works with Go struct fields as values, including type information. | 6 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 477 |