FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmutl classes

function contains_word

^ 
Check the string for inclusion of the word.

Word should be in the start or end of the string or delimited with '.'. String comparison is case-independent. Non-alphanumerical characters except '.' in the word parameter are replaced by '_' before comparison.

Source:
../fmutl/helpers.h:218
Author:
ATC
Version:
1.0
Params:
str string where to search.
word the string to search for.
Returns:
true if the word presents in the string.
Code:
public extern "C" FMUTL_API bool contains_word ( const char * str ,
const char * word )

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net