[]
Initializes a new instance of a StartsAfterContinuesUntil.
public StartsAfterContinuesUntil(string startsAfterRegex, string continuesUntilRegex)
| Type | Name | Description |
|---|---|---|
| string | startsAfterRegex | Regular expression pattern marks the start point matching the input text |
| string | continuesUntilRegex | Regular expression pattern marks the end point matching the input text |
| Type | Condition |
|---|---|
| ArgumentNullException |