MemberIdMatchExpressionMatchAsRegEx Property
Match and replace the member ID using a regular expression
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public bool MatchAsRegEx { get; set; }
Public Property MatchAsRegEx As Boolean
Get
Set
public:
property bool MatchAsRegEx {
bool get ();
void set (bool value);
}
member MatchAsRegEx : bool with get, set
Property Value
BooleanTrue to match and replace as a regular expression, false to use literal match and replace