Method Yp.Map()->match()
- Method match
 stringmatch(stringkey)
stringres =Yp.Map()[key]- Description
 Search for the key
key. If there is nokeyin the map, 0 (zero) will be returned, otherwise the string matching the key will be returned.- Note
 keymust match exactly, no pattern matching of any kind is done.