CodeElementRegex Property

Gets the regular expression for this code element.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public string Regex { get; }

Property Value

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