We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The foreach command can be used to execute another command on a set of tags or tag blocks specified using a provided filter.
Executes a command on every instance of the specified tag group.
ForEach [const] <tag group> [named: <regex>] <command>
Executes a command for each element in the specified tag block.
ForEach <tag Block> [from: *] [to: *] <Command>