Documentation ¶
Index ¶
- func ASCII()
- func After()
- func AfterLast()
- func BaseName()
- func Before()
- func BeforeLast()
- func Between()
- func Bind(input string, data interface{}) string
- func Camel()
- func Contains()
- func ContainsAll()
- func DirName()
- func EndsWith()
- func Exactly()
- func Explode()
- func Finish()
- func Is()
- func IsASCII()
- func IsUUID()
- func Kebab()
- func Length(s string) int
- func Limit()
- func Lower()
- func Ltrim()
- func Markdown()
- func Match()
- func MatchAll()
- func OrderedUUID()
- func PadBoth()
- func PadLeft()
- func PadRight()
- func Pipe()
- func Prepend()
- func Random()
- func Remove()
- func Replace(s string, old string, new string, n int) string
- func ReplaceArray()
- func ReplaceFirst()
- func ReplaceLast()
- func ReplaceMatches()
- func Rtrim()
- func Slug()
- func Snake(str string) string
- func Split()
- func Start()
- func StartsWith()
- func Studly()
- func Substr()
- func SubstrCount()
- func Tap()
- func Test()
- func Title()
- func Trim()
- func UUID()
- func Ucfirst()
- func Upper()
- func WordCount()
- func Words()
- type String
- func (s String) ASCII()
- func (s String) After()
- func (s String) AfterLast()
- func (s String) Append()
- func (s String) BaseName()
- func (s String) Before()
- func (s String) BeforeLast()
- func (s String) Between()
- func (s String) Bind(data interface{}) string
- func (s String) Camel()
- func (s String) Contains()
- func (s String) ContainsAll()
- func (s String) DirName()
- func (s String) EndsWith()
- func (s String) Exactly()
- func (s String) Explode()
- func (s String) Finish()
- func (s String) Is()
- func (s String) IsASCII()
- func (s String) IsEmpty()
- func (s String) IsNotEmpty()
- func (s String) IsUUID()
- func (s String) Kebab()
- func (s String) Length() int
- func (s String) Limit()
- func (s String) Lower()
- func (s String) Ltrim()
- func (s String) Markdown()
- func (s *String) MarshalJSON() ([]byte, error)
- func (s String) Match()
- func (s String) MatchAll()
- func (s String) PadBoth()
- func (s String) PadLeft()
- func (s String) PadRight()
- func (s String) Pipe()
- func (s String) Prepend()
- func (s String) Remove()
- func (s String) Replace(old string, new string, n int) string
- func (s String) ReplaceArray()
- func (s String) ReplaceFirst()
- func (s String) ReplaceLast()
- func (s String) ReplaceMatches()
- func (s String) Rtrim()
- func (s *String) Scan(src interface{}) error
- func (s String) Slug()
- func (s String) Snake() string
- func (s String) Split()
- func (s String) Start()
- func (s String) StartsWith()
- func (s String) Studly()
- func (s String) Substr()
- func (s String) Tap()
- func (s String) Test()
- func (s String) Title()
- func (s String) Trim()
- func (s String) Ucfirst()
- func (s *String) UnmarshalJSON(data []byte) error
- func (s String) Upper()
- func (s *String) Value() (driver.Value, error)
- func (s String) When()
- func (s String) WhenEmpty()
- func (s String) WordCount()
- func (s String) Words()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeforeLast ¶
func BeforeLast()
func ContainsAll ¶
func ContainsAll()
func OrderedUUID ¶
func OrderedUUID()
func ReplaceArray ¶
func ReplaceArray()
func ReplaceFirst ¶
func ReplaceFirst()
func ReplaceLast ¶
func ReplaceLast()
func ReplaceMatches ¶
func ReplaceMatches()
func StartsWith ¶
func StartsWith()
func SubstrCount ¶
func SubstrCount()
Types ¶
type String ¶
type String string
func (String) BeforeLast ¶
func (s String) BeforeLast()
func (String) ContainsAll ¶
func (s String) ContainsAll()
func (String) IsNotEmpty ¶
func (s String) IsNotEmpty()
func (*String) MarshalJSON ¶
func (String) ReplaceArray ¶
func (s String) ReplaceArray()
func (String) ReplaceFirst ¶
func (s String) ReplaceFirst()
func (String) ReplaceLast ¶
func (s String) ReplaceLast()
func (String) ReplaceMatches ¶
func (s String) ReplaceMatches()
func (String) StartsWith ¶
func (s String) StartsWith()
func (*String) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.