Click or drag to resize

CodeElementRegex Property

Gets the regular expression for this code element.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public string Regex { get; }

Property Value

Type: String
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