string quote(const string &s)
add quotes to a string
string unquote(const string &s)
remove quotes from a string
string subst(const string &model, const vector< string > &args)
Text substitution.
string rmWhiteSpaces(const string &s)
static void ensureFloat(char *c)
If needed add a trailing '.0' to the the textual representation of a floating point number to avoid c...
static string substitution(const string &model, const vector< string > &args)