Function endbasic_std::console::remove_control_chars
source ยท pub fn remove_control_chars<S: Into<String>>(s: S) -> String
Expand description
Removes control characters from a string to make it suitable for printing.