edbee - Qt Editor Library
|
This is the complete list of members for edbee::RegExp, including all inherited members.
cap(int nth=0) const | edbee::RegExp | |
Engine enum name | edbee::RegExp | |
EngineOniguruma enum value | edbee::RegExp | |
EngineQRegExp enum value | edbee::RegExp | |
errorString() const | edbee::RegExp | |
escape(const QString &str, Engine engine=EngineOniguruma) | edbee::RegExp | static |
indexIn(const QString &str, int offset=0) | edbee::RegExp | |
indexIn(const QChar *str, int offset, int length) | edbee::RegExp | |
isValid() const | edbee::RegExp | |
lastIndexIn(const QString &str, int offset=-1) | edbee::RegExp | |
lastIndexIn(const QChar *str, int offset, int length) | edbee::RegExp | |
len(int nth=0) const | edbee::RegExp | |
matchedLength() | edbee::RegExp | inline |
pattern() const | edbee::RegExp | |
pos(int nth=0) const | edbee::RegExp | |
RegExp(const QString &pattern, bool caseSensitive=true, Syntax syntax=SyntaxDefault, Engine engine=EngineOniguruma) | edbee::RegExp | |
Syntax enum name | edbee::RegExp | |
SyntaxDefault enum value | edbee::RegExp | |
SyntaxFixedString enum value | edbee::RegExp | |
~RegExp() | edbee::RegExp | virtual |