CodeElement Regex Property FormatC Syntax Highlighting Class Library
Gets the regular expression for this code element.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public string Regex { get; }

Field Value

The regular expression used to identify this code element. The regular expression will match the element in a group with the name in the Name property.
See Also