> Was "index" replaced by another method? Which one? string::find_first_of string::find_last_of string::find string::rfind string::find_first_not_of string::find_last_not_of ... and so on ... take a look at /usr/include/g++/std/bastring.h, class basic_string igor