RegexRunner.runtextbeg Field

Definition

Index of the first character to search

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

protected public: int runtextbeg;
protected internal int runtextbeg;
val mutable runtextbeg : int
Protected Friend runtextbeg As Integer 

Field Value

Remarks

We now always use a sliced span of the input from runtextbeg to runtextend, which means that runtextbeg is now always 0 except for CompiledToAssembly scenario which works over the original input.

Applies to