Houdini 20.5 Nodes APEX nodes

dict::Remove

Removes from a dictionary all entries with keys matching a pattern.

On this page
Since 20.0

Takes as input a dictionary and a string pattern, and removes every entry from the dictionary with a key that matches the pattern.

The dict ports of this node are in-place ports, which means that the dictionary is updated without creating a copy.

Inputs

*dict: Dict Required

A dictionary.

pattern: String

A string pattern, where dict entries with keys matching this pattern are removed.

Outputs

*dict: Dict

The dict input with entries removed.

See also

APEX nodes