00001 #ifndef _STRINGOPS_HPP 00002 #define _STRINGOPS_HPP 00003 00004 namespace ngstd 00005 { 00006 00007 NGS_DLL_HEADER bool StringFitsPattern(const string & str, const string & pattern); 00008 00009 } 00010 00011 #endif // _STRINGOPS_HPP