Home | How To | Online Documentation | Support | Download | Order |
|
|
size_t Find( SAC har ch ) const; size_t Find( SAChar ch, size_t nStart ) const; size_t Find( const SAChar * lpszSub ) const; size_t Find( const SAChar * lpszSub , size_t nStart ) const; Returns the zero-based index of the first character in this SAString object that matches the requested substring or characters; SIZE_MAX if the substring or character is not found. Parametersch. A single character to search for. nStart. The index of the character in the string to begin the search with, or 0 to start from the beginning. The character at nStart is excluded from the search if nStart is not equal to 0. lpszSub. A substring to search for. RemarksSearches this string for the first match of a substring. The function is overloaded to accept both single characters (similar to the run-time function strchr) and strings (similar to strstr ). Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||