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