RegExpConstructor.leftContext Propriedade
Definição
Obtém uma subcadeia da cadeia de caracteres de entrada entre o início da entrada e o início da última correspondência bem-sucedida.Gets a substring of the input string between the start of the input and the start of the last successful match.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::Object ^ leftContext { System::Object ^ get(); };
public object leftContext { get; }
member this.leftContext : obj
Public ReadOnly Property leftContext As Object
Valor da propriedade
Uma subcadeia da cadeia de caracteres de entrada, se houver uma.A substring of the input string, if there was one.