- compareStrings
int compareStrings(QStringView lhs, QStringView rhs, 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.
- compareStrings
int compareStrings(QStringView lhs, QLatin1String rhs, 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.
- compareStrings
int compareStrings(QStringView lhs, QBasicUtf8StringView!(false) rhs, 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.
- compareStrings
int compareStrings(QLatin1String lhs, QStringView rhs, 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.
- compareStrings
int compareStrings(QLatin1String lhs, QLatin1String rhs, 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.
- compareStrings
int compareStrings(QLatin1String lhs, QBasicUtf8StringView!(false) rhs, 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.
- compareStrings
int compareStrings(QBasicUtf8StringView!(false) lhs, QStringView rhs, 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.
- compareStrings
int compareStrings(QBasicUtf8StringView!(false) lhs, QLatin1String rhs, 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.
- compareStrings
int compareStrings(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.
- contains
bool contains(QStringView haystack, const(QRegularExpression) re, QRegularExpressionMatch* rmatch)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- convertToLatin1
QByteArray convertToLatin1(QStringView str)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- convertToLocal8Bit
QByteArray convertToLocal8Bit(QStringView str)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- convertToQString
QString convertToQString(QAnyStringView s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- convertToUcs4
QList!(uint) convertToUcs4(QStringView str)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- convertToUtf8
QByteArray convertToUtf8(QStringView str)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- count
qsizetype count(QStringView haystack, QChar needle, 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.
- count
qsizetype count(QStringView haystack, QStringView needle, 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.
- count
qsizetype count(QStringView haystack, 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.
- endsWith
bool endsWith(QStringView haystack, QStringView needle, 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.
- endsWith
bool endsWith(QStringView haystack, QLatin1String needle, 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.
- endsWith
bool endsWith(QLatin1String haystack, QStringView needle, 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.
- endsWith
bool endsWith(QLatin1String haystack, QLatin1String needle, 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.
- equalStrings
bool equalStrings(QStringView lhs, QStringView rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QStringView lhs, QLatin1String rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QStringView lhs, QBasicUtf8StringView!(false) rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QLatin1String lhs, QStringView rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QLatin1String lhs, QLatin1String rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QLatin1String lhs, QBasicUtf8StringView!(false) rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QBasicUtf8StringView!(false) lhs, QStringView rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings(QBasicUtf8StringView!(false) lhs, QLatin1String rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- equalStrings
bool equalStrings()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- findString
qsizetype findString(QStringView haystack, qsizetype from, QStringView needle, 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.
- findString
qsizetype findString(QStringView haystack, qsizetype from, QLatin1String needle, 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.
- findString
qsizetype findString(QLatin1String haystack, qsizetype from, QStringView needle, 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.
- findString
qsizetype findString(QLatin1String haystack, qsizetype from, QLatin1String needle, 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.
- indexOf
qsizetype indexOf(QStringView haystack, const(QRegularExpression) re, qsizetype from, QRegularExpressionMatch* rmatch)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- isAscii
bool isAscii(QStringView s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- isAscii
bool isAscii(QLatin1String s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- isLatin1
bool isLatin1(QStringView s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- isRightToLeft
bool isRightToLeft(QStringView string)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- isValidUtf16
bool isValidUtf16(QStringView s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- lastIndexOf
qsizetype lastIndexOf(QStringView haystack, qsizetype from, QStringView needle, 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.
- lastIndexOf
qsizetype lastIndexOf(QStringView haystack, qsizetype from, QLatin1String needle, 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.
- lastIndexOf
qsizetype lastIndexOf(QLatin1String haystack, qsizetype from, QStringView needle, 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.
- lastIndexOf
qsizetype lastIndexOf(QLatin1String haystack, qsizetype from, QLatin1String needle, 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.
- lastIndexOf
qsizetype lastIndexOf(QStringView haystack, const(QRegularExpression) re, qsizetype from, QRegularExpressionMatch* rmatch)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qustrchr
const(wchar)* qustrchr(QStringView str, wchar ch)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- startsWith
bool startsWith(QStringView haystack, QStringView needle, 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.
- startsWith
bool startsWith(QStringView haystack, QLatin1String needle, 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.
- startsWith
bool startsWith(QLatin1String haystack, QStringView needle, 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.
- startsWith
bool startsWith(QLatin1String haystack, QLatin1String needle, 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.
- trimmed
QStringView trimmed(QStringView s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- trimmed
QLatin1String trimmed(QLatin1String s)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.