Find ctrl
Type Function: INT¶
| Input STR | STRING (input STRING) |
| POS | INT (start position) |
| Output | INT (the first character is a control character) |
| FIND_CTRL searches the string str starting at position POS and returns the position at which the next control character is. Control characters are all characters whose value is less than 32 or 127. |
