QStringMatcher.indexIn

Undocumented in source.
  1. int indexIn(const(QString) str, int from)
    struct QStringMatcher
    const
    int
    indexIn
    (
    ref const(QString) str
    ,
    int from = 0
    )
  2. int indexIn(const(QChar)* str, int length, int from)
  3. qsizetype indexIn(QStringView str, qsizetype from)

Meta