dqt ~master (2021-12-05T11:53:08Z)
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
convertToLatin1
convertToLocal8Bit
convertToUcs4
convertToUtf8
endsWith
findString
isAscii
isLatin1
isRightToLeft
isValidUtf16
lastIndexOf
qustrchr
startsWith
trimmed