package string
import "github.com/coreos/etcd/pkg/strings"
Index ¶
Functions ¶
func Clone ¶
Clone returns a copy of the string, so that we can safely point to the copy without worrying about changes via pointers.
func TrimSplit ¶
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.
Source Files ¶
- Version
- v0.4.1
- Published
- May 21, 2014
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 hours ago –
Tools for package owners.