Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
regex.hpp File Reference
#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 &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.
 

Macro Definition Documentation

◆ ATLAS_REGEX_HPP

#define ATLAS_REGEX_HPP