Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<Match> Matches(string, string)

Declaration

public static IEnumerable<Match> Matches(
    string input,
    string pattern
)

Summary

An easier-to-use version of Regex.Matches(string, string).