Add Stringy a string manipulation library (#3059)

* Add Stringy a string manipulation library

* Blank line added between repo and category.
This commit is contained in:
Roshan Ranabhat 2020-05-09 15:45:04 +05:45 committed by GitHub
parent dbcf81633b
commit b966524bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1177,6 +1177,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with 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.
* [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.