Documentation
¶
Index ¶
- type Str
- func (s *Str) Append(sub string) *Str
- func (s Str) Contains(substring string) bool
- func (s *Str) Lower() *Str
- func (s *Str) Prepend(sub string) *Str
- func (s *Str) Replace(needle string, with string) *Str
- func (s *Str) Split(sep string) []string
- func (s *Str) String() string
- func (s *Str) TrimSpace() *Str
- func (s *Str) TrimSpaceLeft() *Str
- func (s *Str) TrimSpaceRight() *Str
- func (s *Str) Upper() *Str
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Str ¶
type Str struct {
// contains filtered or unexported fields
}
func (*Str) TrimSpaceLeft ¶
func (*Str) TrimSpaceRight ¶
Click to show internal directories.
Click to hide internal directories.