Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexBoyerMoore Class Referencesealed

Public Member Functions

 RegexBoyerMoore (string pattern, bool caseInsensitive, bool rightToLeft, CultureInfo culture)
 
bool IsMatch (string text, int index, int beglimit, int endlimit)
 
int Scan (string text, int index, int beglimit, int endlimit)
 

Public Attributes

readonly int[] Positive
 
readonly int[] NegativeASCII
 
readonly int[][] NegativeUnicode
 
readonly string Pattern
 
readonly int LowASCII
 
readonly int HighASCII
 
readonly bool RightToLeft
 
readonly bool CaseInsensitive
 

Private Attributes

readonly CultureInfo _culture
 

Detailed Description

Definition at line 5 of file RegexBoyerMoore.cs.


The documentation for this class was generated from the following file: