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

◆ UseToLowerInvariant

bool System.Text.RegularExpressions.RegexCompiler.UseToLowerInvariant
getprivateinherited

Definition at line 233 of file RegexCompiler.cs.

234 {
235 get
236 {
237 if (_textInfoLocal != null)
238 {
239 return (_options & RegexOptions.CultureInvariant) != 0;
240 }
241 return true;
242 }
243 }

Referenced by System.Text.RegularExpressions.RegexCompiler.CallToLower(), and System.Text.RegularExpressions.RegexCompiler.EmitMatchCharacterClass().