MatchesRegEx (Method) - CAPTUREit - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License

Description

Used with the Application object to returns vbTrue if the ASCII data in the object matches the given regular expression and vbFalse otherwise. For more information, see Application Object.

Syntax

bMatch = Application.MatchesRegEx(RegEx, Value)

Parameters

Value is a reference to a string object.

RegEx is a string expression representing the regular expression.