package
0.0.0-20160910141205-7aa5421c2169
Repository: https://github.com/pbberlin/tools.git
Documentation: pkg.go.dev
# Functions
Breaker breaks a string into n equal sized substrings.
followed by ..
IncrementString takes the last Character or Symbol
and "increments" it.
IndentedDump is the long awaited spew alternative, that is *safe*.
No description provided by the author
in addition - extensions are respected and cleansed.
All kinds of newlines, tabs and double spaces are reduced to single space.
No description provided by the author
No description provided by the author
SplitByWhitespace splits by *any* combination of \t \n or space.
No description provided by the author
No description provided by the author
ToLen chops or extends string to the exactly desired length format strings like %4v do not restrict.