- QStringList_contains
bool QStringList_contains(const(QStringList)* that, QStringView str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_contains
bool QStringList_contains(const(QStringList)* that, QLatin1String str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_filter
QStringList QStringList_filter(const(QStringList)* that, QStringView str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_filter
QStringList QStringList_filter(const(QStringList)* that, const(QRegularExpression) re)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_indexOf
qsizetype QStringList_indexOf(const(QStringList)* that, const(QRegularExpression) re, qsizetype from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_join
QString QStringList_join(const(QStringList)* that, QStringView sep)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_join
QString QStringList_join(const(QStringList)* that, const(QChar)* sep, qsizetype seplen)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_join
QString QStringList_join(const(QStringList) list, QLatin1String sep)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_lastIndexOf
qsizetype QStringList_lastIndexOf(const(QStringList)* that, const(QRegularExpression) re, qsizetype from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_removeDuplicates
qsizetype QStringList_removeDuplicates(QStringList* that)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_replaceInStrings
void QStringList_replaceInStrings(QStringList* that, QStringView before, QStringView after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- QStringList_replaceInStrings
void QStringList_replaceInStrings(QStringList* that, const(QRegularExpression) rx, const(QString) after)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.