Logical expressions of the Verex .
typedef enum L_VerexLogicalExpression
{
L_VerexLogicalExpression_StartOfLine,
L_VerexLogicalExpression_EndOfLine,
} L_VerexLogicalExpression;
Indicates a match should start/end from the beginning of a line only.
Indicates a match should end from the end of a line only.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document