Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Set(string) Result.Interface
ToGoString() string
Split(string) Result.Interface
Length() int
Concat(Interface) Result.Interface
Contains(substr string) bool
Replace(old, new string) Result.Interface
Upper() Result.Interface
Lower() Result.Interface
Trim() Result.Interface
Equal(Interface) bool
StartsWith(prefix string) bool
EndsWith(suffix string) bool
Format(args ...interface{}) Result.Interface
IsNull() bool
}
Click to show internal directories.
Click to hide internal directories.