Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delimit ¶ added in v1.1.14
Delimit creates a list of count values of s separated by count - 1 values of sep. Note that this function will panic if count is 0 or if the result of ((len(s) + len(sep)) * count) overflows.
func ModifyAndJoin ¶ added in v1.1.4
ModifyAndJoin applies a modifier function to each string in the list submitted to the function and then joins them all together using separator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.