Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RegexOptions.cs
Go to the documentation of this file.
1
namespace
System.Text.RegularExpressions
;
2
3
[Flags]
4
public
enum
RegexOptions
5
{
6
None
= 0,
7
IgnoreCase
= 1,
8
Multiline
= 2,
9
ExplicitCapture
= 4,
10
Compiled
= 8,
11
Singleline
= 0x10,
12
IgnorePatternWhitespace
= 0x20,
13
RightToLeft
= 0x40,
14
ECMAScript
= 0x100,
15
CultureInvariant
= 0x200
16
}
System.Text.RegularExpressions.RegexOptions
RegexOptions
Definition
RegexOptions.cs:5
System.Text.RegularExpressions.RegexOptions.IgnoreCase
@ IgnoreCase
System.Text.RegularExpressions.RegexOptions.Compiled
@ Compiled
System.Text.RegularExpressions.RegexOptions.None
@ None
System.Text.RegularExpressions.RegexOptions.ECMAScript
@ ECMAScript
System.Text.RegularExpressions.RegexOptions.Singleline
@ Singleline
System.Text.RegularExpressions.RegexOptions.Multiline
@ Multiline
System.Text.RegularExpressions.RegexOptions.RightToLeft
@ RightToLeft
System.Text.RegularExpressions.RegexOptions.ExplicitCapture
@ ExplicitCapture
System.Text.RegularExpressions.RegexOptions.IgnorePatternWhitespace
@ IgnorePatternWhitespace
System.Text.RegularExpressions.RegexOptions.CultureInvariant
@ CultureInvariant
System.Text.RegularExpressions
Definition
Capture.cs:1
source
System.Text.RegularExpressions
System.Text.RegularExpressions
RegexOptions.cs
Generated by
1.10.0