Documentation
¶
Index ¶
- Variables
- func Join(segments ...string) string
- func ReplaceDoubleSepsWithSingleOnes(value string) string
- func SelectByPreferredExtension(files []string, exts []string) string
- func Split(value string) []string
- func StringIsSeps(value string) bool
- func TrimLeftSeps(value string) string
- func TrimRightSeps(value string) string
- func TrimSeps(value string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( S_SEP string = "/" D_SEP string = "//" )
Functions ¶
func StringIsSeps ¶
func TrimLeftSeps ¶
func TrimRightSeps ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.