21 #ifndef _STRING_BITS_H_ 22 #define _STRING_BITS_H_ 25 #include <QStringList> 48 static QStringList
splitQuoted(QString s, QChar separator);
57 static QStringList
split(QString s, QChar separator,
bool quoted);
static QStringList split(QString s, QChar separator, bool quoted)
Split a string at the given separator character.
static QStringList splitQuoted(QString s, QChar separator)
Split a string at the given separator character, allowing quoted sections that contain the separator.
static double stringToDoubleLocaleFree(QString s, bool *ok=0)
Convert a string to a double using basic "C"-locale syntax, i.e.