Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
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
}
4
public
enum
RegexOptions
{
…
};
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