Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Regex.h File Reference
+ Include dependency graph for Regex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FRegexPattern
 
class  FRegexMatcher
 

Enumerations

enum class  ERegexPatternFlags { None = 0x0 , CaseInsensitive = 0x1 , None = 0 , CaseInsensitive = (1 << 0) }
 

Functions

 ENUM_CLASS_FLAGS (ERegexPatternFlags)
 

Enumeration Type Documentation

◆ ERegexPatternFlags

Enumerator
None 
CaseInsensitive 
None 
CaseInsensitive 

Definition at line 11 of file Regex.h.

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( ERegexPatternFlags )