←Select platform

LTVerexStringExpression Enumeration

Summary

String expressions that can be used when building a LTVerex.

Syntax
C#
VB
C++
public enum LTVerexStringExpression 
Public Enum LTVerexStringExpression 
public: 
   enum class LTVerexStringExpression sealed 
Members
ValueMemberDescription
0AddAdd an expression.
1ThenMatch an expression.
2MaybeOptionally match an expression.
3AnythingMatch a set of characters any number of times.
4AnythingButMatch any set of characters except the ones specified any number of times.
5SomethingMatch any set of characters at least once.
6SomethingButMatch any set of characters except the ones specified at least once.
7LineBreakMatch a line break character.
8TabMatch a tab character.
9WordMatch a string of characters corresponding to a word.
10AnyOfMatch any of these characters exactly once.
11AnyMatch any of these characters exactly once.
12MultipleMatch the previous group any number of times.
13AltRepeat the previous expression.
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.