dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QStringList.lastIndexOf
qt
core
stringlist
QStringList
Undocumented in source. Be warned that the author may not have intended to support it.
int
lastIndexOf
(QStringView string, int from)
int
lastIndexOf
(QLatin1String string, int from)
int
lastIndexOf
(const(QRegExp) rx, int from)
struct
QStringList
version(!QT_NO_REGEXP)
pragma(
inline
, true) const
int
lastIndexOf
(
ref
const
(
QRegExp
)
rx
,
int
from
= -1
)
int
lastIndexOf
(QRegExp rx, int from)
int
lastIndexOf
(const(QRegularExpression) rx, int from)
Meta
Source
See Implementation
qt
core
stringlist
QStringList
constructors
this
functions
contains
indexOf
lastIndexOf
opBinary
opSlice
static functions
create
variables
base0