Documentation ¶
Index ¶
- func At(value string, delimiter string, index int) string
- func Head(value string, delimiter string) string
- func Last(value string, delimiter string) string
- func PushHead(value string, newValue string, delimiter string) string
- func PushTail(value string, newValue string, delimiter string) string
- func RemoveLast(value string, delimiter string) string
- func Split(value string, delimiter string) (string, string)
- func SplitTail(value string, delimiter string) (string, string)
- func Tail(value string, delimiter string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveLast ¶
RemoveLast returns the full list, with the last element removed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.