StartsAfterContinuesUntil Constructor
In This Topic
Initializes a new instance of a
StartsAfterContinuesUntil.
Syntax
Parameters
- startsAfterRegex
- Regular expression pattern marks the start point matching the input text
- continuesUntilRegex
- Regular expression pattern marks the end point matching the input text
Exceptions
Exception | Description |
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
See Also