Skip to content

Is ctrl

Type Function: BOOL

Input STR STRING (String input)
Output BOOL (TRUE if STR contains only control characters)
IS_CTRL tests whether the string STR are only control characters included. If another character is found the function returns FALSE. If in STR are only control characters included, the function returns TRUE. Control characters are the characters with the decimal 0..31 and 127

is_ctrl