#include "bbtkUtilities.h" namespace bbtk { bool Utilities::loosematch(std::string stdLine,std::string stdOptions) { bool result=false; char charTmp; std::vector tokens; SplitString ( stdOptions,"|", tokens); int j,sizeStdLineTmp; int i,size=tokens.size(); for (i=0; i