Documentation ¶
Index ¶
- Variables
- func IsbnCheck(value string) (bool, error)
- func IsbnExtract(value string) (string, error)
- func LowerCase(s string) string
- func NameCase(s string) string
- func PrintDateFormat(date null.Time, format string) string
- func PrintDateFull(date null.Time) string
- func PrintDateMonthYear(date null.Time) string
- func SentenceCase(s string) string
- func Sort[T constraints.Ordered](s []T)
- func TitleCase(s string) string
- func ToJSON(v interface{}) ([]byte, error)
- func TrimMultiLine(s string) string
- func UnmarshalXml(f io.Reader, v interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // correct format but invalid isbn digits ErrInvalidIsbn = errors.New("invalid isbn digits") )
Functions ¶
func IsbnExtract ¶
func PrintDateFull ¶
func PrintDateMonthYear ¶
func SentenceCase ¶
func Sort ¶
func Sort[T constraints.Ordered](s []T)
func UnmarshalXml ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.