Select layers by name

Belongs to

What it does

Allows you to select layers with a particular layer name.
Note: You can use regular expressions to define the layer name (if you select Equals/Does not equal as operator method).

Example

To select "Layer1" and "Layer3" but not e.g. "Layer2", "Layer12" or any other layer, choose the following attributes:
Select layers where name equals [13] <!-- to exclude e.g. Layer2 and Layer12 -->
Select Match case <!-- to exclude e.g. layer1 -->
Select Use regular expressions <!-- to make sure [13] is considered a regular expression instead of a string  -->