Lua String Find Multiple
#Firmware/v290
Allows string.find with a table of patterns to lookfor.
string.find
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.find