←Select platform

MatchWholeWord Property

Summary

Indicates whether the pattern should match the whole word and not part of it.

Syntax
C#
C++/CLI
Python
public bool MatchWholeWord { get; set; } 
public:  
   property bool MatchWholeWord 
   { 
      bool get() 
      void set(bool value) 
   } 
MatchWholeWord # get and set (RegexTweaks) 

Property Value

true to match the pattern to the whole word and not to just a part of it.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.