Documentation ¶ Index ¶ func TrimSplit(s, sep string) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TrimSplit ¶ func TrimSplit(s, sep string) []string TrimSplit slices s into all substrings separated by sep and returns a slice of the substrings between the separator with all leading and trailing white space removed, as defined by Unicode. Types ¶ This section is empty. Source Files ¶ View all Source files string.go Click to show internal directories. Click to hide internal directories.