This shows you the differences between two versions of the page.
— |
gettmatch [2006/08/01 03:45] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: gettmatch.txt,v 1.2 2006/08/01 03:22:01 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | $__gettmatch__(<array> <pattern>) | ||
+ | |||
+ | ======Technical:====== | ||
+ | This function returns the best match of <pattern> within the array of strings | ||
+ | specified by <array>. This is different than $[[getmatches]](), which returns | ||
+ | all matches. | ||
+ | |||
+ | ======Returns:====== | ||
+ | best wildcard match of <pattern> within the array <array> | ||