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

◆ Matches() [1/2]

MatchCollection System.Text.RegularExpressions.Regex.Matches ( string input)
inline

Definition at line 234 of file Regex.cs.

235 {
236 while (input == null)
237 {
238 }
239 RegexOptions regexOptions = this.roptions;
240 int stringLength = input._stringLength;
241 return this.Matches(input, stringLength);
242 }
class f__AnonymousType0<< Count > j__TPar
MatchCollection Matches(string input)
Definition Regex.cs:234

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

Referenced by System.Text.RegularExpressions.Regex.Matches().