equal
deleted
inserted
replaced
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; |