C# Class Pihrtsoft.Text.RegularExpressions.Linq.Extensions.GroupExtensions

Provides a set of static methods that extends Group class.
ファイルを表示 Open project: JosefPihrt/LinqToRegex

Public Methods

Method Description
EnumerateCaptures ( this group ) : IEnumerable

Returns enumerable collection of captures of a specified group.

Method Details

EnumerateCaptures() public static method

Returns enumerable collection of captures of a specified group.
is null.
public static EnumerateCaptures ( this group ) : IEnumerable
group this A regular expression group.
return IEnumerable