qt.core.stringalgorithms

* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *

Members

Functions

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(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.
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.
convertToUcs4
QVector!(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.
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.
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.
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.
qustrchr
const(ushort)* qustrchr(QStringView str, ushort 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.

Meta