Add bexp - Brace Expansion library

This commit is contained in:
Marko Kungla 2021-07-17 19:13:22 +03:00 committed by Avelino
parent cb99c736ff
commit 2471030135

View File

@ -1301,6 +1301,7 @@ _**Unofficial** set of patterns for structuring projects._
*Libraries for working with strings.*
* [bexp](https://github.com/mkungla/bexp) - Go implementation of Brace Expansion mechanism to generate arbitrary strings.
* [go-formatter](https://gitlab.com/tymonx/go-formatter) - Implements **replacement fields** surrounded by curly braces `{}` format strings.
* [gobeam/Stringy](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc.
* [strutil](https://github.com/ozgio/strutil) - String utilities.