Syntax

Match (pattern)

where pattern is text string. You can use any of the following wildcard characters

? - Matches one occurrence of any character

* - Matches zero or more characters. You can use the * at the end of string only.