String vs string vs char vs Character

initialize

string s = "abcd";

useful methods

s.length

Last updated