First page Back Continue Last page Graphics
STRING MEMBER FUNCTIONS
(cont.)
data( ) Returns the value as character array
substr( ) Returns a certain substring
find functions Search for a certain substring or character
begin( ), end( ) Provide normal iterator support
rbegin( ), rend( ) Provide reverse iterator support
get_allocator( ) Returns the allocator
AND, there are even more (check the reference manual for all the details)
Practice: inclass strings