From 4748d336543da007b69e1fdad0ae47ec1f85b0ff Mon Sep 17 00:00:00 2001 From: Chance Date: Sun, 30 Oct 2022 20:51:28 -0400 Subject: [PATCH] Add caps (#4464) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cdfd4e4..34913300 100644 --- a/README.md +++ b/README.md @@ -1653,6 +1653,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. +- [caps](https://github.com/chanced/caps) - A case conversion library. - [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.