terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Replace() [2/7]

string System.Text.RegularExpressions.Regex.Replace ( string input,
MatchEvaluator evaluator )
inline

Definition at line 316 of file Regex.cs.

317 {
318 while (input == null)
319 {
320 }
321 RegexOptions regexOptions = this.roptions;
322 int stringLength = input._stringLength;
323 string text;
324 return text;
325 }
class f__AnonymousType0<< Count > j__TPar

References System.input, j__TPar, System.Text.RegularExpressions.Regex.roptions, and System.text.