Documentation
¶
Index ¶
- Constants
- func Abr(s string, w int) string
- func AsASCII(r rune) rune
- func AsUnicode(r rune) rune
- func Carve(ch <-chan byte, str chan<- String, n, m int)
- func Dec(n int) int
- func Len(s string) (l int)
- func Pad(s string, w int) string
- func SplitQuoted(s string) (r []string)
- func Title(s string, w int) (r string)
- func ToASCII(s string) string
- func Trim(s string, l, r int) string
- func UnEscape(s string) string
- type String
Constants ¶
View Source
const ( LRE = '\u202a' RLE = '\u202b' LRO = '\u202d' RLO = '\u202e' LRI = '\u2066' RLI = '\u2067' FSI = '\u2068' PDF = '\u202c' PDI = '\u2069' )
View Source
const ( MinASCII = 0x20 MaxASCII = 0x7e )
View Source
const ( BEL = 7 LF = 10 CR = 13 ESC = 27 )
View Source
const (
PS1 = "❯"
)
Variables ¶
This section is empty.
Functions ¶
func SplitQuoted ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.