L_Verex_AddStringExpression

Summary

Adds to the Verex an expression that has a string parameter.

Syntax

#include "l_bitmap.h"

L_LTREGEX_API L_INT LVerexAddStringExpression(handle, expression, value)

Parameters

L_VerexHandle handle

Handle of Verex being built.

L_VerexStringExpression expression

Expression to use.

const L_TCHAR *value

String value to pass as parameter to the expression.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

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.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.