WildcardMatch

Purpose:

Returns if the content matches one of the wildcard strings.

Parameter(s):

String  String to check

String  Wildcard string(s)

Boolean         optional: Defines for passing multiple wildcard strings

Return value:

Boolean

Examples:

WildcardMatch ("1234xyz5678","*xyz*")   Result: True