RegexRunner.runtextstart Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.