RegexRunner.runtextstart Field

Definition

Index of the starting character for the search.

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

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

Field Value

Remarks

The differs from runtextbeg in that lookbehinds will be able to see text before runtextstart but not before runtextbeg.

Applies to