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

◆ UseOptionInvariant()

bool System.Text.RegularExpressions.Regex.UseOptionInvariant ( )
inlinepackage

Definition at line 401 of file Regex.cs.

402 {
403 return (roptions & RegexOptions.CultureInvariant) != 0;
404 }

References System.Text.RegularExpressions.Regex.roptions.

Referenced by System.Text.RegularExpressions.Regex.RentRunner().