MatchesRegEx (Method) - MatchesRegEx (Method) - AnyDoc - CAPTUREit - AnyDoc/CAPTUREit/Foundation-23.1/CAPTUREit/VBScript/CAPTUREit-Object-Model/Application-Object/MatchesRegEx-Method - Foundation 23.1 - Foundation 23.1

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License
ft:lastPublication
2023-11-17T13:17:46.194000
ft:locale
en-US

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.