//
pkg.gl
Category
github.com/rebel-l/go-utils
stringsutils
package
1.2.0-rc.7
Repository:
https://github.com/rebel-l/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
15 SLOC
#
Functions
SplitTrimSpace
SplitTrimSpace combines strings.Split() and strings.TrimSpace() to return a slice of strings without spaces in the elements.