basic_string& assign( size_type count, CharT ch ); (1)
basic_string& replace( size_type pos, size_type count,
Defined in header
reference operator[]( size_type pos ); (1)
size_type find_first_not_of( const basic_string& str, size_type pos = 0 ) const;
Page 15 of 17