QString.lastIndexOf
- int lastIndexOf(QChar c, int from, qt.core.namespace.CaseSensitivity cs)
 - int lastIndexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
 - int lastIndexOf(const(QString) s, int from, qt.core.namespace.CaseSensitivity cs)
 - int lastIndexOf(const(QStringRef) s, int from, qt.core.namespace.CaseSensitivity cs)
 - int lastIndexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
 - int lastIndexOf(const(QRegExp) , int from)
 - int lastIndexOf(QRegExp , int from)
struct QString
version(!QT_NO_REGEXP)
const 
int
lastIndexOf
 - int lastIndexOf(const(QRegularExpression) re, int from)
 - int lastIndexOf(const(QRegularExpression) re, int from, QRegularExpressionMatch* rmatch)
 
 
		qt core string QString 
		aliasesconstructorsdestructorsenumsfunctionspostblitsstatic functionsstructs