Documentation ¶
Index ¶
- func CharAt(s string, index int) string
- func Contact(a string, b string) string
- func EndWithSuffix(s string, suffix string) bool
- func Equals(a string, b string) bool
- func EqualsIgnoreCase(a string, b string) bool
- func GetBytes(s string) []byte
- func IsAllEmpty(s ...string) bool
- func IsEmpty(s string) bool
- func Length(s string) int
- func NotEmpty(s string) bool
- func StartWithPrefix(s string, prefix string) bool
- func StartWithPrefixOffset(s string, prefix string, offset int) bool
- func SubstringWithBegin(s string, begin int) string
- func SubstringWithRange(s string, begin int, end int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EndWithSuffix ¶
func EqualsIgnoreCase ¶
func IsAllEmpty ¶
func StartWithPrefix ¶
func SubstringWithBegin ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.