CodeElementRegex Property
Gets the regular expression for this code element.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public string Regex { get; }
Public ReadOnly Property Regex As String
Get
public:
property String^ Regex {
String^ get ();
}
member Regex : string with 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.