dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
startsWith
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
startsWith
(QStringView haystack, QStringView needle, qt.core.namespace.CaseSensitivity cs)
bool
startsWith
(QStringView haystack, QLatin1String needle, qt.core.namespace.CaseSensitivity cs)
bool
startsWith
(QLatin1String haystack, QStringView needle, qt.core.namespace.CaseSensitivity cs)
bool
startsWith
(QLatin1String haystack, QLatin1String needle, qt.core.namespace.CaseSensitivity cs)
extern (
C
++)
bool
startsWith
(
QLatin1String
haystack
,
QLatin1String
needle
,
qt.core.namespace.CaseSensitivity
cs
=
qt.core.namespace.CaseSensitivity.CaseSensitive
)
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