RegexRunner.runtextbeg 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 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.