src/corelib/tools/qregexp.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   117                                    CaretMode caretMode = CaretAtZero) const
   117                                    CaretMode caretMode = CaretAtZero) const
   118     { return lastIndexIn(str, from, caretMode); }
   118     { return lastIndexIn(str, from, caretMode); }
   119 #endif
   119 #endif
   120     int matchedLength() const;
   120     int matchedLength() const;
   121 #ifndef QT_NO_REGEXP_CAPTURE
   121 #ifndef QT_NO_REGEXP_CAPTURE
   122     int numCaptures() const;
   122 #ifdef QT_DEPRECATED
       
   123     QT_DEPRECATED int numCaptures() const;
       
   124 #endif
       
   125     int captureCount() const;
   123     QStringList capturedTexts() const;
   126     QStringList capturedTexts() const;
   124     QStringList capturedTexts();
   127     QStringList capturedTexts();
   125     QString cap(int nth = 0) const;
   128     QString cap(int nth = 0) const;
   126     QString cap(int nth = 0);
   129     QString cap(int nth = 0);
   127     int pos(int nth = 0) const;
   130     int pos(int nth = 0) const;