isGraph()

Description

Check if a character is printable with some content (space is printable but has no content) or not. Returns true if the character is printable.

Syntax

isGraph(thisChar)

Parameter Values

  • thisChar: variable. Allowed data types: char.

Return Values

  • true: If thisChar is printable.
  • false: Otherwise

Example Code

if (isGraph(myChar)) { // tests if myChar is a printable character but not a blank space. Serial.println("The character is printable"); } else { Serial.println("The character is not printable"); }

The result in Serial Monitor:

COM6
Send
Autoscroll Show timestamp
Clear output
9600 baud  
Newline  

See Also

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES