if(str.find(goal) != string::npos)
           {return true;}
           else{return false;}