package
1.13.12
Repository: https://github.com/qiniu/x.git
Documentation: pkg.go.dev

# Functions

Capitalize returns a copy of the string str with the first letter mapped to its upper case.
Concat concatenates parts of a string together.
Diff calculates difference of two sorted string (in ASC order).
NewBuilder creates a new Builder object.
NewBuilderSize creates a new Builder object whose buffer has at least the specified size.
String returns a string value whose underlying bytes is b.

# Structs

Builder concatenates parts of a string together.