RegExpMatch Match Property C# API
Gets the text that matched the regular expression.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string Match { get; }

Field Value

The text that matched the regular expression.
See Also