charAt()

Access a particular character of the String. myString.charAt(n)
myString: a variable of type String. n: a variable. Allowed data types: unsigned int. The n’th character of the String.