.. index:: pair: enum; Options .. _doxid-class_e_e_1_1_system_1_1_reg_ex_1a3261c5bca1857d1ee16b4c0ebf646e32: enum EE::System::RegEx::Options =============================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum Options: :ref:`Uint32` { :target:`None` = 0x00000000u, :target:`AllowEmptyClass` = 0x00000001u, :target:`AltBsux` = 0x00000002u, :target:`AutoCallout` = 0x00000004u, :target:`Caseless` = 0x00000008u, :target:`DollarEndonly` = 0x00000010u, :target:`Dotall` = 0x00000020u, :target:`Dupnames` = 0x00000040u, :target:`Extended` = 0x00000080u, :target:`Firstline` = 0x00000100u, :target:`MatchUnsetBackref` = 0x00000200u, :target:`Multiline` = 0x00000400u, :target:`NeverUcp` = 0x00000800u, :target:`NeverUtf` = 0x00001000u, :target:`NoAutoCapture` = 0x00002000u, :target:`NoAutoPossess` = 0x00004000u, :target:`NoDotstarAnchor` = 0x00008000u, :target:`NoStartOptimize` = 0x00010000u, :target:`Ucp` = 0x00020000u, :target:`Ungreedy` = 0x00040000u, :target:`Utf` = 0x00080000u, :target:`NeverBackslashC` = 0x00100000u, :target:`AltCircumflex` = 0x00200000u, :target:`AltVerbnames` = 0x00400000u, :target:`UseOffsetLimit` = 0x00800000u, :target:`ExtendedMore` = 0x01000000u, :target:`Literal` = 0x02000000u, :target:`MatchInvalidUtf` = 0x04000000u, :target:`FilterOutCaptures` = 0x08000000u, };