←Select platform

LTRegexOptions Enumeration

Summary

Options to use when performing a regex operation.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum LTRegexOptions 
<FlagsAttribute()>  
Public Enum LTRegexOptions 
public: 
   [FlagsAttribute] 
   enum class LTRegexOptions sealed 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

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