×

Get Dictionary Values

iOS 14 +

Notes

Search dictionary and values for the matching keys.

Syntax

getFromDictionary(type: <#Enumeration (GetFromDictType)#>, keysContaining: <#String (Allows Variables)#>, keysNotContaining: <#String (Allows Variables)#>, dictionary: <#String (Allows Variables)#>, caseSensitive: <#Boolean#>)

Example

getFromDictionary(type: GetValuesOfKeysContaining, keysContaining: "Name", keysNotContaining: "", dictionary: "", caseSensitive: false)