1The size() function is consistent with other STL containers
2(like vector, map, etc.) and length() is consistent with most
3peoples intuitive notion of character strings like a word, sentence
4or paragraph. We say a paragraph'ss length not its size, so length()
5is to make things more readable.