#include <notQt.h>
Static Public Member Functions | |
static string | simplify (string &input) |
static void | splitString (string &line, char token, vector< string > &rtn) |
static void | splitString (string &line, char token, list< string > &rtn) |
static int | ensureUnixNewlines (std::string &input) |
Definition at line 232 of file notQt.h.
|
Run through input and replace any DOS newlines with unix newlines. |
|
The same (more or less) as Qt QString::simplified |
|
Split a string 'line' based on token, placing the portions in the list rtn |
|
Split a string 'line' based on token, placing the portions in the vector rtn |