Member Id Match ExpressionMatch As Reg Ex Property
Match and replace the member ID using a regular expression
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
True to match and replace as a regular expression, false to use literal match and replace
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public bool MatchAsRegEx { get; set; }VB
Public Property MatchAsRegEx As Boolean
Get
SetC++
public:
property bool MatchAsRegEx {
bool get ();
void set (bool value);
}F#
member MatchAsRegEx : bool with get, setProperty Value
BooleanTrue to match and replace as a regular expression, false to use literal match and replace