Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 788 Bytes

File metadata and controls

31 lines (17 loc) · 788 Bytes

QuantifiablePattern.MaybeCount(Int32) Method

Home

Containing Type: QuantifiablePattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


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

public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedPattern MaybeCount(int maxCount)

Parameters

maxCountInt32

A maximum number of times the pattern can be matched.

Returns

QuantifiedPattern

Exceptions

ArgumentOutOfRangeException

maxCount is less than zero.