MatchW

Description

Determines whether a string’s value contains a particular pattern of characters.

NoteObsolete function MatchW is an obsolete function. It has the same behavior as Match.

Syntax

MatchW ( string, textpattern )

Returns

Boolean. Returns true if string matches textpattern and false if it does not.