RegExpConstructor.leftContext Property

Definition

Gets a substring of the input string between the start of the input and the start of the last successful match.

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

public:
 property System::Object ^ leftContext { System::Object ^ get(); };
public object leftContext { get; }
member this.leftContext : obj
Public ReadOnly Property leftContext As Object

Property Value

A substring of the input string, if there was one.

Applies to

See also