L_VerexLogicalExpression (original) (raw)

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

LEADTOOLS Raster Imaging C API Help