Documentation ¶
Index ¶
- type String
- func (s String) IsEmptyOrSpace() bool
- func (s String) Lower() string
- func (s String) ReplaceAll(old, new string) string
- func (s String) Source() string
- func (s String) Title() string
- func (s String) ToCamel() string
- func (s String) ToSnake() string
- func (s String) Untitle() string
- func (s String) Upper() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
type String struct {
// contains filtered or unexported fields
}
func (String) IsEmptyOrSpace ¶
func (String) ReplaceAll ¶
Click to show internal directories.
Click to hide internal directories.