Documentation ¶
Index ¶
- type String
- func (s String) Contains(sub interface{}) bool
- func (s String) Equal(sub interface{}) bool
- func (s String) HasPrefix(seq interface{}) bool
- func (s String) HasSuffix(seq interface{}) bool
- func (s String) Index(sub interface{}) int
- func (s String) Ltrim(seq interface{}) String
- func (s String) Replace(old interface{}, new interface{}, counts ...int) String
- func (s String) Rtrim(seq interface{}) String
- func (s String) Split(seq interface{}) []string
- func (s String) String() string
- func (s String) Trim(seq interface{}) String
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.