QStringList.lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int lastIndexOf(QStringView string, int from)
  2. int lastIndexOf(QLatin1String string, int from)
  3. 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
    )
  4. int lastIndexOf(QRegExp rx, int from)
  5. int lastIndexOf(const(QRegularExpression) rx, int from)

Meta