Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
regex.cpp File Reference
#include "regex.hpp"
#include <QRegularExpression>
#include <QString>
#include <tracy/Tracy.hpp>
#include "core/logging/logging.hpp"

Namespaces

namespace  regex
 

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 &regex, 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.