L_Regex_IsMatch

Summary

Indicates whether the regular expression finds a match in the input string.

Syntax

#include "l_bitmap.h"

L_LTREGEX_API L_BOOL L_Regex_IsMatch(regex, input)

Parameters

L_Regex regex

The L_Regex object that was initialized by calling L_Regex_Create.

const L_WCHAR *input

A character string to run the regex pattern on.

Returns

Value Meaning
TRUE The pattern matches the input.
FALSE No matches found.

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.