strings

package
v2.9.60+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name":          "strings",
	"contains":       strings.Contains,
	"containsAny":    strings.ContainsAny,
	"containsRune":   strings.ContainsRune,
	"count":          strings.Count,
	"equalFold":      strings.EqualFold,
	"fields":         strings.Fields,
	"fieldsFunc":     strings.FieldsFunc,
	"hasPrefix":      strings.HasPrefix,
	"hasSuffix":      strings.HasSuffix,
	"index":          strings.Index,
	"indexAny":       strings.IndexAny,
	"indexByte":      strings.IndexByte,
	"indexFunc":      strings.IndexFunc,
	"indexRune":      strings.IndexRune,
	"join":           strings.Join,
	"lastIndex":      strings.LastIndex,
	"lastIndexAny":   strings.LastIndexAny,
	"lastIndexFunc":  strings.LastIndexFunc,
	"map":            strings.Map,
	"repeat":         strings.Repeat,
	"replace":        strings.Replace,
	"split":          strings.Split,
	"splitAfter":     strings.SplitAfter,
	"splitAfterN":    strings.SplitAfterN,
	"splitN":         strings.SplitN,
	"title":          strings.Title,
	"toLower":        strings.ToLower,
	"toLowerSpecial": strings.ToLowerSpecial,
	"toTitle":        strings.ToTitle,
	"toTitleSpecial": strings.ToTitleSpecial,
	"toUpper":        strings.ToUpper,
	"trim":           strings.Trim,
	"trimFunc":       strings.TrimFunc,
	"trimLeft":       strings.TrimLeft,
	"trimLeftFunc":   strings.TrimLeftFunc,
	"trimPrefix":     strings.TrimPrefix,
	"trimRight":      strings.TrimRight,
	"trimRightFunc":  strings.TrimRightFunc,
	"trimSpace":      strings.TrimSpace,
	"trimSuffix":     strings.TrimSuffix,

	"reader":   strings.NewReader,
	"replacer": strings.NewReplacer,

	"Reader":   tyReader,
	"Replacer": tyReplacer,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL