Method | Description | |
---|---|---|
Quantifier ( Cursor start, Cursor end, int min, int max = null, |
Initializes a new instance of the Quantifier class.
|
public Quantifier ( Cursor start, Cursor end, int min, int max = null, |
||
start | Cursor | The cursor just before the |
end | Cursor | The cursor just after the |
min | int | The minimum number of times to match. |
max | int | The maximum number of times to match, if limited; or null, otherwise. |
delimiter | The expression to use as a delimiter. | |
return | System |