This version is out of date, covering development from v9.0.0 to v9.3.0. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

Dictionary.icontains(key)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Function   [other Function type actions]

 Item   [operators of similar scope]

 Query Boolean   [other Query Boolean operators]

 9.0.0

 


The expression:

$MyDictionary.icontains(key) 

is true if the dictionary contains the designated key or case variations of it.

Dictionaries are case-sensitive, and Dictionary.contains(key) is available for case-sensitive matching.