Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitWithEscape ¶
SplitWithEscape behaves like strings.Split but supports defining an escape character. E.g, when using ',' as split separator and '\' es escape code, the string "1\,2,3," will not be split into ["1, 2", "3"].
func StringOrDefault ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.