![]() |
LeechCraft 0.6.70-16373-g319c272718
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 159 of file regexp.cpp.
Qt::CaseSensitivity LC::Util::RegExp::GetCaseSensitivity | ( | ) | const |
Definition at line 204 of file regexp.cpp.
Referenced by RegExp(), and operator<<().
QString LC::Util::RegExp::GetPattern | ( | ) | const |
Definition at line 192 of file regexp.cpp.
Referenced by RegExp(), and operator<<().
|
static |
Definition at line 150 of file regexp.cpp.
bool LC::Util::RegExp::Matches | ( | const QByteArray & | ba | ) | const |
Definition at line 180 of file regexp.cpp.
bool LC::Util::RegExp::Matches | ( | const QString & | str | ) | const |
Definition at line 168 of file regexp.cpp.
Referenced by RegExp().