Description
Access a particular character of the String.
Syntax
string.charAt(n)
Parameters
string
: a variable of type String
n
: a variable of type unsigned int
Returns
The n’th character of the String.
Access a particular character of the String.
string.charAt(n)
string
: a variable of type String
n
: a variable of type unsigned int
The n’th character of the String.
EXAMPLE link: Built-in String Tutorials