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

◆ IsStopperX()

static bool System.Text.RegularExpressions.RegexParser.IsStopperX ( char ch)
inlinestaticprivate

Definition at line 1765 of file RegexParser.cs.

1766 {
1767 if (ch <= '|')
1768 {
1769 return Category[ch] >= 2;
1770 }
1771 return false;
1772 }
static ReadOnlySpan< byte > Category

References System.Text.RegularExpressions.RegexParser.Category, and System.ch.

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