<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Text.RegularExpressions.Match

public class Match : Group
namespace System.Text.RegularExpressions { public class Match : Group { public static Match Empty { get; } public virtual GroupCollection Groups { get; } public Match NextMatch(); public virtual string Result(string replacement); public static Match Synchronized(Match inner); } }