←Select platform

LTVerexStringExpression Enumeration

Summary

String expressions that can be used when building a LTVerex.

Syntax
C#
C++/CLI
Python
public enum LTVerexStringExpression 
public: 
   enum class LTVerexStringExpression sealed 
class LTVerexStringExpression(Enum): 
   Add = 0 
   Then = 1 
   Maybe = 2 
   Anything = 3 
   AnythingBut = 4 
   Something = 5 
   SomethingBut = 6 
   LineBreak = 7 
   Tab = 8 
   Word = 9 
   AnyOf = 10 
   Any = 11 
   Multiple = 12 
   Alt = 13 
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 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.