isPunct()

Descrição

Analisa se uma caractere é pontuação (isto é, uma vírgula, um ponto-e-vírgula, um ponto de exlamação etc). Retorna true se thisChar é um caractere de pontuação.

Sintaxe

isPunct(thisChar)

Parâmetros

  • thisChar: variável. Tipos de dados permitidos: char

Retorna

true: se thisChar é um caractere de pontuação

Código de Exemplo

if (isPunct(meuChar)) { // testa se meuChar é um caractere de pontuação Serial.println("The character is a punctuation"); } else { Serial.println("The character is not a punctuation"); }

Ver Também

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