StringRemoveEscapeCodesExtension extension
- on
Methods
-
ansiRemoveBackground(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
Removes background colors in the text. -
ansiRemoveCsi(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
Removes control sequences (CSI) in the text. -
ansiRemoveEscapeCodes(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
Removes any escape codes in the text. -
ansiRemoveForeground(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
Removes foreground colors in the text. -
ansiRemoveSgr(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
Removes SGR (Select Graphic Rendition) codes in the text. -
removeBackground(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
-
removeCsi(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
-
removeEscapeCodes(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
-
removeForeground(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension
-
removeSgr(
) → String -
Available on String, provided by the StringRemoveEscapeCodesExtension extension