Determines whether a string’s value contains a particular pattern of characters.
Obsolete function MatchW is an obsolete function. It has the same behavior as Match.
MatchW ( string, textpattern )
Boolean. Returns true if string matches textpattern and false if it does not.