This is generally the method to use. Call it once to set your
pattern (e.g. "Foo*"), then call Match() on each string you
want to test against the pattern.
If you wish to use the formal regex syntax, instead of the simple syntax,
set (isSimpleFormat) to false.