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

◆ Empty

Match System.Text.RegularExpressions.Match.Empty = new Match(null, 1, string.Empty, 0, 0, 0)
staticgetinherited

Definition at line 23 of file Match.cs.

23{ get; } = new Match(null, 1, string.Empty, 0, 0, 0);
Match(Regex regex, int capcount, string text, int begpos, int len, int startpos)
Definition Match.cs:28

Referenced by System.Text.RegularExpressions.RegexRunner.Scan().