QString.splitRef
- QVector!(QStringRef) splitRef(const(QString) sep, SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
- QVector!(QStringRef) splitRef(QChar sep, SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
- QVector!(QStringRef) splitRef(const(QRegExp) sep, SplitBehavior behavior)
- QVector!(QStringRef) splitRef(const(QRegularExpression) sep, SplitBehavior behavior)
- QVector!(QStringRef) splitRef(const(QString) sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
- QVector!(QStringRef) splitRef(QChar sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
- QVector!(QStringRef) splitRef(const(QRegExp) sep, qt.core.namespace.SplitBehavior behavior)
- QVector!(QStringRef) splitRef(const(QRegularExpression) sep, qt.core.namespace.SplitBehavior behavior)
qt core string QString
aliasesconstructorsdestructorsenumsfunctionspostblitsstatic functionsstructs