From f5c1ca0b8723ad445ba08fa921d8ef9103f218a2 Mon Sep 17 00:00:00 2001 From: Abhimanyu Sharma Date: Mon, 27 Sep 2021 15:36:54 +0530 Subject: [PATCH] Adding sttr (#3756) Adding sttr cross-platform, cli app to perform various operations on string. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9853dfc2..65877760 100644 --- a/README.md +++ b/README.md @@ -1416,6 +1416,7 @@ _**Unofficial** set of patterns for structuring projects._ * [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. +* [sttr](https://github.com/abhimanyu003/sttr) - cross-platform, cli app to perform various operations on string. * [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages. **[⬆ back to top](#contents)**