fn is_control_character(text: &str) -> bool
Check whether the text is 0x7f, C0 or C1 control code.
text
0x7f
C0
C1