Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UseOptionS()

bool System.Text.RegularExpressions.RegexParser.UseOptionS ( )
inlineprivate

Definition at line 1741 of file RegexParser.cs.

1742 {
1743 return (_options & RegexOptions.Singleline) != 0;
1744 }

References System.Text.RegularExpressions.RegexParser._options.

Referenced by System.Text.RegularExpressions.RegexParser.ScanRegex().