Xceed Words for .NET v3.0 Documentation
UseRegExSubstitutions Property


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > StringReplaceTextOptionsBase Class : UseRegExSubstitutions Property
Gets or sets if RegEx-like replacement should be performed, i.e. if NewValue contains RegEx substitutions. The default value is false.
Syntax
'Declaration
 
Public Property UseRegExSubstitutions As Boolean
'Usage
 
Dim instance As StringReplaceTextOptionsBase
Dim value As Boolean
 
instance.UseRegExSubstitutions = value
 
value = instance.UseRegExSubstitutions
public bool UseRegExSubstitutions {get; set;}
Remarks
Note that this does not perform named-group substitutions, only numbered groups ones.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringReplaceTextOptionsBase Class
StringReplaceTextOptionsBase Members