Kate
kateregexp.h
Go to the documentation of this file.
int lastIndexIn(const QString &str, int offset, int end) const
This function is a replacement for QRegExp.lastIndexIn that returns the last match that would have be...
Definition: kateregexp.cpp:315
Definition: kateregexp.h:27
int repairPattern(bool &stillMultiLine)
Repairs a regular Expression pattern.
Definition: kateregexp.cpp:35
KateRegExp(const QString &pattern, Qt::CaseSensitivity cs=Qt::CaseSensitive, QRegExp::PatternSyntax syntax=QRegExp::RegExp2)
Definition: kateregexp.cpp:24
bool isMultiLine() const
States, whether the pattern matches multiple lines, even if it was repaired using repairPattern()...
Definition: kateregexp.cpp:206
int indexIn(const QString &str, int offset, int end) const
Definition: kateregexp.cpp:308
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.