dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
equalStrings
qt
core
stringalgorithms
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
bool
equalStrings
(QStringView lhs, QStringView rhs)
bool
equalStrings
(QStringView lhs, QLatin1String rhs)
extern (
C
++)
bool
equalStrings
(
QStringView
lhs
,
QLatin1String
rhs
)
bool
equalStrings
(QStringView lhs, QBasicUtf8StringView!(false) rhs)
bool
equalStrings
(QLatin1String lhs, QStringView rhs)
bool
equalStrings
(QLatin1String lhs, QLatin1String rhs)
bool
equalStrings
(QLatin1String lhs, QBasicUtf8StringView!(false) rhs)
bool
equalStrings
(QBasicUtf8StringView!(false) lhs, QStringView rhs)
bool
equalStrings
(QBasicUtf8StringView!(false) lhs, QLatin1String rhs)
bool
equalStrings
()
Meta
Source
See Implementation
qt
core
stringalgorithms
functions
compareStrings
contains
convertToLatin1
convertToLocal8Bit
convertToQString
convertToUcs4
convertToUtf8
count
endsWith
equalStrings
findString
indexOf
isAscii
isLatin1
isRightToLeft
isValidUtf16
lastIndexOf
qustrchr
startsWith
trimmed