QStringList.indexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int indexOf(QStringView string, int from)
  2. int indexOf(QLatin1String string, int from)
  3. int indexOf(const(QRegExp) rx, int from)
    struct QStringList
    version(!QT_NO_REGEXP)
    pragma(inline, true) const
    int
    indexOf
    (
    ref const(QRegExp) rx
    ,
    int from = 0
    )
  4. int indexOf(QRegExp rx, int from)
  5. int indexOf(const(QRegularExpression) rx, int from)

Meta