RegexRunner.runcrawl Field

Definition

Crawl stack

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

protected public: cli::array <int> ^ runcrawl;
protected internal int[]? runcrawl;
protected internal int[] runcrawl;
val mutable runcrawl : int[]
Protected Friend runcrawl As Integer() 

Field Value

Int32[]

Remarks

Every time a group has a capture, we push its group number onto the runcrawl stack. In the case of a balanced match, we push BOTH groups onto the stack.

Applies to