Lua String Match Multiple
#Firmware/v290
Allows string.match with a table of patterns to lookfor.
string.match
If the pattern is a table, and a match is found, the last return value is the pattern string that matched.
pattern
See: Lua 5.1 Manual string.match