Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Set
 - type SplitWord
 - type String
 - func (s *String) Ends(suffix string) bool
 - func (s *String) Equal(str string) bool
 - func (s *String) FixAbbreviations(abbrSet map[string]bool) *String
 - func (s *String) IsNotEmpty() bool
 - func (s *String) Len() int
 - func (s *String) Lower() *String
 - func (s *String) Pascal() *String
 - func (s *String) Replace(old, new string) string
 - func (s *String) Scan(val any) error
 - func (s *String) Singular() *String
 - func (s *String) SplitCamel() []string
 - func (s *String) SplitWords() []*SplitWord
 - func (s *String) String() string
 
- type Strings
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
type String struct {
	Value string
}
    func (*String) FixAbbreviations ¶
func (*String) IsNotEmpty ¶
func (*String) SplitCamel ¶
func (*String) SplitWords ¶
 Click to show internal directories. 
   Click to hide internal directories.