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)
maxCount Int32
A maximum number of times the pattern can be matched.
maxCount is less than zero.