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

◆ Match() [1/4]

Match System.Text.RegularExpressions.Regex.Match ( string input)
inline

Definition at line 211 of file Regex.cs.

212 {
213 while (input == null)
214 {
215 }
216 RegexOptions regexOptions = this.roptions;
217 int stringLength = input._stringLength;
218 return this.Match(input, stringLength);
219 }
class f__AnonymousType0<< Count > j__TPar
static Match Match(string input, string pattern)
Definition Regex.cs:194

References System.input, j__TPar, System.Text.RegularExpressions.Regex.Match(), and System.Text.RegularExpressions.Regex.roptions.