gettmatch
Synopsis: $gettmatch(<array> <pattern>)
Technical: This function returns the best match of within the array of strings specified by . This is different than getmatches, which returns all matches.
Returns: best wildcard match of within the array
See Also: Arrays getmatches getrmatches igetmatches igetrmatches
Back