MemberIdMatchExpressionRegularExpression Property

This read-only property returns a Regex for the expression if it should be matched as a regular expression or null if not.

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public Regex RegularExpression { get; }

Property Value

Regex

Remarks

The regular expression is cached for future use

See Also