terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexBoyerMoore Class Referencesealed
+ Collaboration diagram for System.Text.RegularExpressions.RegexBoyerMoore:

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 Member Functions

bool MatchPattern (string text, int index)
 

Private Attributes

readonly CultureInfo _culture
 

Detailed Description

Definition at line 9 of file RegexBoyerMoore.cs.


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