enum EE::System::RegEx::Options
#include <regex.hpp>
enum Options: Uint32 {
None = 0x00000000u,
AllowEmptyClass = 0x00000001u,
AltBsux = 0x00000002u,
AutoCallout = 0x00000004u,
Caseless = 0x00000008u,
DollarEndonly = 0x00000010u,
Dotall = 0x00000020u,
Dupnames = 0x00000040u,
Extended = 0x00000080u,
Firstline = 0x00000100u,
MatchUnsetBackref = 0x00000200u,
Multiline = 0x00000400u,
NeverUcp = 0x00000800u,
NeverUtf = 0x00001000u,
NoAutoCapture = 0x00002000u,
NoAutoPossess = 0x00004000u,
NoDotstarAnchor = 0x00008000u,
NoStartOptimize = 0x00010000u,
Ucp = 0x00020000u,
Ungreedy = 0x00040000u,
Utf = 0x00080000u,
NeverBackslashC = 0x00100000u,
AltCircumflex = 0x00200000u,
AltVerbnames = 0x00400000u,
UseOffsetLimit = 0x00800000u,
ExtendedMore = 0x01000000u,
Literal = 0x02000000u,
MatchInvalidUtf = 0x04000000u,
};