NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CParseTextMarker |
class | CParseTextOptions |
Functions | |
SIZE_TYPE | FindWithOptions (const string &str, const string &pattern, SIZE_TYPE start_search, bool case_insensitive, bool whole_word) |
SIZE_TYPE FindWithOptions | ( | const string & | str, |
const string & | pattern, | ||
SIZE_TYPE | start_search, | ||
bool | case_insensitive, | ||
bool | whole_word | ||
) |
Definition at line 40 of file parse_text_options.cpp.
References NStr::eCase, NStr::eFirst, NStr::eNocase, NStr::Find(), isalpha(), NPOS, and str().
Referenced by CRemoveTextOptions::EditText(), and CParseTextMarker::FindInText().