The HAS_CONTROL_CHARS
function can be used to identify non-printable ASCII control characters
as found on the ASCII character table. A return value of TRUE indicates
that control characters were found. A return value of FALSE indicates
that control characters were not found.
Note: The only control character
the HAS_CONTROL_CHARS function does not detect is 0 (null character).
See Appendix B: ASCII
Control Characters for a list of control characters.