#ifndef DANS_STRING_UTILS #define DANS_STRING_UTILS #include // this is bad and we will eventually remove this using namespace std; // this function removes all non alphabetic characters from a string string StripString(string line); #endif