string set

The <string set> inspectors deal with sets of strings, which are essentially lists or arrays with string elements. Think of them as mathematical sets: you can compare them, subtract them from other sets and form the union and intersection of multiple sets.Note: These inspectors are not available on SUSE Linux systems.

Version Platforms
8.0.584.0 AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows
8.1.535.0 Debian, Ubuntu
9.5.13.130 Raspbian

Creation

set of <string> : string set

Properties

element of <string set> : string
intersection of <string set> : string set
size of <string set> : integer
union of <string set> : string set

Operators

<string set> contains <string set> : boolean
<string set> contains <string> : boolean