Skip to content

Package stringsmoar implements moar simple functions to manipulate UTF-8 encoded strings. Inspired by https://golang.org/pkg/strings/ , but the helper functions they left out =p

License

Notifications You must be signed in to change notification settings

johnpfeiffer/stringsmoar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringsmoar is a lot of small helper functions for strings that are not in the standard library (or even in x packages).

I fully understand the need to keep the Go standard library lean and maintainable, but after using Python it can be frustrating having to constantly rewrite simple things.

I hope this open source code is helpful (at the very least as an example of how to approach some of the common problems).

updated to do ContinuousIntegration builds with:

About

Package stringsmoar implements moar simple functions to manipulate UTF-8 encoded strings. Inspired by https://golang.org/pkg/strings/ , but the helper functions they left out =p

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages