Adding sttr (#3756)

Adding sttr cross-platform, cli app to perform various operations on string.
This commit is contained in:
Abhimanyu Sharma 2021-09-27 15:36:54 +05:30 committed by GitHub
parent 6070d152bc
commit f5c1ca0b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [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. * [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. * [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. * [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.
**[⬆ back to top](#contents)** **[⬆ back to top](#contents)**