RegExpConstructor.lastParen Property

Definition

Gets the last Group from the Groups of the last match.

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

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

Property Value

A string representation of the last group, if there was one.

Applies to

See also