Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 788 Bytes

File metadata and controls

31 lines (17 loc) · 788 Bytes

QuantifiablePattern.CountFrom(Int32) Method

Home

Containing Type: QuantifiablePattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Specifies that previous element must be matched at least specified number of times.

public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedPattern CountFrom(int minCount)

Parameters

minCountInt32

A minimal number of times the pattern must be matched.

Returns

QuantifiedPattern

Exceptions

ArgumentOutOfRangeException

minCount is less than zero.