table.get
table.get(table, key, default_val:=none)
Returns the key from table if it exists, or if it does not exist, returns the specified default_val.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
Returns the key from table if it exists, or if it does not exist, returns the specified default_val.