QStringList_lastIndexOf

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
  1. int QStringList_lastIndexOf(const(QStringList)* that, const(QRegExp) rx, int from)
    version(!QT_NO_REGEXP)
    extern (C++)
    int
    QStringList_lastIndexOf
    (,
    ref const(QRegExp) rx
    ,
    int from
    )
  2. int QStringList_lastIndexOf(const(QStringList)* that, QRegExp rx, int from)
  3. int QStringList_lastIndexOf(const(QStringList)* that, const(QRegularExpression) re, int from)

Meta