I'm new to vectors and I saw some syntax I was not familiar with. Text is a vector.

Code:
text[i][j]
It appears this is getting the ith string in the vector and the jth character in that string. Is that correct?