key for value in map(value a, name of map b, c true for contains)


This function returns you the key to a value a in map b. If no key is found, an empty string is returned.

Description of Parameters

Parameter

Description

a

Value.

b

Name of the map.

c

true for contains instead equals, i.e. value a only has to be contained in the map value and does not have to be identical.