package
1.1.9
Repository: https://github.com/hedzr/progressbar.git
Documentation: pkg.go.dev

# Functions

EraseAnyWSs eats any whitespaces inside the giving string s.
No description provided by the author
No description provided by the author
IsTtyEscaped detects a string if it contains ansi color escaped sequences.
No description provided by the author
No description provided by the author
StripEscapes removes any ansi color escaped sequences from a string.
StripHTMLTags aggressively strips HTML tags from a string.
StripLeftTabs strips the least left side tab chars from lines.
StripLeftTabsOnly strips the least left side tab chars from lines.
StripQuotes strips single or double quotes around a string.

# Constants

BgBoldOrBright terminal color code.
BgDim terminal color code.
BgHidden terminal color code.
BgInverse _.
BgItalic terminal color code.
BgNormal terminal color code.
BgStrikeout terminal color code.
BgUlink terminal color code.
BgUnderline terminal color code.
DarkColor terminal color code.
FgBlack terminal color code.
FgBlue terminal color code.
FgCyan terminal color code.
FgDarkGray terminal color code.
FgGreen terminal color code.
FgLightBlue terminal color code.
FgLightCyan terminal color code.
FgLightGray terminal color code.
FgLightGreen terminal color code.
FgLightMagenta terminal color code.
FgLightRed terminal color code.
FgLightYellow terminal color code.
FgMagenta terminal color code.
FgRed terminal color code.
FgWhite terminal color code.
FgYellow terminal color code.

# Interfaces

ColorTranslator _.