strip property
      
      String
      get
      strip
      
    
    
Strip all ANSI SGR commands from the target string and return the 'stripped' result string. NOTE: If HTML mode is activated then this strips all HMTL tags from the input string
Implementation
String get strip => _chalk.strip(this);