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

Classes

struct  FourStackStrings
 

Public Member Functions

 RegexReplacement (string rep, RegexNode concat, Hashtable _caps)
 
void ReplacementImpl (ref SegmentStringBuilder segments, Match match)
 
void ReplacementImplRTL (ref SegmentStringBuilder segments, Match match)
 
string Replace (Regex regex, string input, int count, int startat)
 

Static Public Member Functions

static RegexReplacement GetOrCreate (WeakReference< RegexReplacement > replRef, string replacement, Hashtable caps, int capsize, Hashtable capnames, RegexOptions roptions)
 

Properties

string Pattern [get]
 

Private Attributes

readonly string[] _strings
 
readonly int[] _rules
 

Detailed Description

Definition at line 7 of file RegexReplacement.cs.


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