←Select platform

LTRegexOptions Enumeration

Summary

Options to use when performing a regex operation.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum LTRegexOptions 
public: 
   [FlagsAttribute] 
   enum class LTRegexOptions sealed 
class LTRegexOptions(Enum): 
   None = 0 
   IgnoreCase = 1 
   Extended = 2 
   Approximate = 4 
Members
ValueMemberDescription
0x00000000None
0x00000001IgnoreCaseIgnore character casing.
0x00000002ExtendedAllow support for extended regular expressions.
0x00000004ApproximateSupport regular expression matching that allows errors or differences.
Requirements

Target Platforms

See Also

Reference

Leadtools.Regex Namespace

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

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