- contains
bool contains(const(QString) str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QLatin1String str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QStringView str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QStringView string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QLatin1String string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(const(QRegExp) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QRegExp rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(const(QRegularExpression) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(QStringView string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(QLatin1String string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(const(QRegExp) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(QRegExp rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(const(QRegularExpression) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QStringList opBinary(const(QStringList) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.