![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
#include "regexp.h"
Public Member Functions | |
RegExp ()=default | |
RegExp (const QString &, Qt::CaseSensitivity) | |
bool | Matches (const QString &) const |
bool | Matches (const QByteArray &) const |
QString | GetPattern () const |
Qt::CaseSensitivity | GetCaseSensitivity () const |
Static Public Member Functions | |
static bool | IsFast () |
|
default |
References RegExp(), GetCaseSensitivity(), GetPattern(), and Matches().
Referenced by RegExp().
LC::Util::RegExp::RegExp | ( | const QString & | str, |
Qt::CaseSensitivity | cs ) |
Definition at line 31 of file regexp.cpp.
Qt::CaseSensitivity LC::Util::RegExp::GetCaseSensitivity | ( | ) | const |
Definition at line 53 of file regexp.cpp.
Referenced by RegExp(), and operator<<().
QString LC::Util::RegExp::GetPattern | ( | ) | const |
Definition at line 48 of file regexp.cpp.
Referenced by RegExp(), and operator<<().
|
static |
Definition at line 26 of file regexp.cpp.
bool LC::Util::RegExp::Matches | ( | const QByteArray & | ba | ) | const |
Definition at line 43 of file regexp.cpp.
bool LC::Util::RegExp::Matches | ( | const QString & | str | ) | const |
Definition at line 38 of file regexp.cpp.
Referenced by RegExp().