L_VerexLogicalExpression

Summary

Logical expressions of the Verex .

Syntax

typedef enum L_VerexLogicalExpression 
{ 
   L_VerexLogicalExpression_StartOfLine, 
   L_VerexLogicalExpression_EndOfLine, 
 
} L_VerexLogicalExpression; 

Members

L_VerexLogicalExpression_StartOfLine

Indicates a match should start/end from the beginning of a line only.

L_VerexLogicalExpression_EndOfLine

Indicates a match should end from the end of a line only.

Comments

Verex

Verex stands for verbal expression. Refers to an API that builds a Regex expression using intuitive verbal expressions, such as start of line, match anything, match a word, etc. It builds accumulatively by adding to the verbal expression until a whole Regex phrase is complete and then you can export it.

Usage

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

LEADTOOLS Raster Imaging C API Help

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