RegexRunner.Go Method

Definition

The responsibility of Go() is to run the regular expression at runtextpos and call Capture() on all the captured subexpressions, then to leave runtextpos at the ending position. It should leave runtextpos where it started if there was no match.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 virtual void Go();
protected:
 abstract void Go();
protected virtual void Go();
protected abstract void Go();
abstract member Go : unit -> unit
override this.Go : unit -> unit
abstract member Go : unit -> unit
Protected Overridable Sub Go ()
Protected MustOverride Sub Go ()

Applies to