Regex Property

Glimpse API

RegexElement Regex Property Glimpse API Documentation
Gets or sets the regular expression.

Namespace: Glimpse.Core.Configuration
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public Regex Regex { get; set; }
public Regex Regex { get; set; }

Field Value

Any valid Online.NET Framework regular expression. is supported.
See Also