Property Groups
Groups
Gets the regular-expression capture groups, group 1 first. Empty for a plain-text search and for a pattern with no groups.
public IReadOnlyList<string> Groups { get; }
Gets the regular-expression capture groups, group 1 first. Empty for a plain-text search and for a pattern with no groups.
public IReadOnlyList<string> Groups { get; }