Function nu_ansi_term::unstyle
source · pub fn unstyle(strs: &AnsiStrings<'_>) -> String
Expand description
Return a concatenated copy of strs
without the formatting, as an allocated String
.
pub fn unstyle(strs: &AnsiStrings<'_>) -> String
Return a concatenated copy of strs
without the formatting, as an allocated String
.