![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QString>Go to the source code of this file.
Classes | |
| struct | regex::GroupsOutput |
Namespaces | |
| namespace | regex |
Macros | |
| #define | ATLAS_REGEX_HPP |
Functions | |
| QString | regex::groupify (const QString group_name) |
| QString | regex::escapeStr (QString pattern) |
| SHOULD NOT BE USED ANYWHERE EXCEPT FOR PATHS. | |
| QString | regex::processRegexify (QString pattern) |
| QString | regex::regexify (QString pattern) |
| bool | regex::valid (QRegularExpression ®ex, QString text) |
| bool | regex::valid (QString pattern, QString text) |
| GroupsOutput | regex::extractGroups (QString pattern, QString text) |
| Extracts all groups from a given string with a given pattern. | |
| #define ATLAS_REGEX_HPP |