package
1.3.0
Repository: https://github.com/golodash/godash.git
Documentation: pkg.go.dev

# Functions

Converts string to camel case.
CustomDelimitedCase converts a string to SCREAMING.DELIMITED.SNAKE.CASE if 'delimiter' equals to '.' and 'screaming' equals to true or to delimited.snake.case if 'delimiter' equals to '.' and screaming equals to false.
Checks if string ends with the given target string.
Converts string to kebab case.
Converts string, as space separated words, to lower case.
Converts the first character of string to lower case.
Pads string on the left and right sides if it's shorter than length.
Pads string on the left side if it's shorter than length.
Pads string on the left side if it's shorter than length.
Converts string to pascal case.
Repeats the given string count times.
Converts string to snake case.
Converts string to Start Case.
Checks if string starts with the given target string.
Truncates string if it's longer than the given maximum string length.
Converts the first character of string to upper case.
Splits string into a slice of its words.