The class of the regular expression.
More...
#include <regularexpression.h>
The class of the regular expression.
- Author
- Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com
Definition at line 32 of file regularexpression.h.
| RegularExpression::RegularExpression |
( |
| ) |
|
|
default |
| RegularExpression::RegularExpression |
( |
const QString & |
pattern | ) |
|
|
explicit |
| static QString RegularExpression::escape |
( |
const QString & |
str | ) |
|
|
static |
| bool RegularExpression::hasMatch |
( |
const QString & |
str | ) |
|
| RegularExpression::operator QRegularExpression |
( |
| ) |
const |
| QString RegularExpression::value |
( |
int |
index | ) |
const |
| QRegularExpressionMatch RegularExpression::m_match |
|
private |
| QRegularExpression RegularExpression::m_regular |
|
private |
The documentation for this class was generated from the following file: