String []

Descrição

Permite acessar os caracteres de uma String individualmente.

Sintaxe

char thisChar = minhaString1[n]

Parâmetros

  • char thisChar - uma variável char
  • minhaString1 - uma variável String
  • int n - a posição do caractere a ser lido da String

Retorna

O carctere na posição n da String. O mesmo que charAt().

※ Notas e Advertências:

If the string is modified, it is highly recommended using String.reserve() to prevent the memory fragmentation issue

Ver Também

(greater than or equal to

)](BASE_URL/pt/reference/arduino-string-greater-than-or-equal-to)

Exemplo : Tutoriais String (Em Inglês)

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