package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

CutToLength cuts a long string at maxLength.
FromCamelCase converts from camel case form to underscore separated form.
FwordWrap same as WordWrap but writes into a buffer.
IsAlNum returns true if an alpha numeric string consists of characters a-zA-Z0-9_.
LcFirst transforms the first character of a string to lower case.
LintName returns a different name if it should be different.
RandAlnum returns a random string with a defined length n of alpha numerical characters.
ToCamelCase converts from underscore separated form to camel case form.
ToGoCamelCase transforms from snake case to CamelCase.
UcFirst transforms the first character of a string to upper case.
Wordwrap wraps the given string within lim width in characters.