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() [6/7]

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

Definition at line 286 of file Regex.cs.

287 {
288 while (input == null)
289 {
290 }
291 RegexOptions regexOptions = this.roptions;
292 int stringLength = input._stringLength;
293 string text;
294 return text;
295 }
class f__AnonymousType0<< Count > j__TPar

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