![]() |
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 |
Definition at line 159 of file regexp.cpp.
References LC::Util::Filter().
Here is the call graph for this function:| Qt::CaseSensitivity LC::Util::RegExp::GetCaseSensitivity | ( | ) | const |
Definition at line 204 of file regexp.cpp.
Referenced by operator<<().
Here is the caller graph for this function:| QString LC::Util::RegExp::GetPattern | ( | ) | const |
Definition at line 192 of file regexp.cpp.
Referenced by operator<<().
Here is the caller graph for this function:
|
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.
References LC::Util::Filter().
Here is the call graph for this function:Definition at line 168 of file regexp.cpp.
References LC::Util::Filter().
Here is the call graph for this function: