Houdini 20.0 Nodes APEX Nodes

dict::Remove

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

On this page
Since 20.0

This callback 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 callback are in-place ports. This means that the dictionary is updated without creating a copy.

Inputs

*dict: Dict

A dictionary.

pattern: String

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

Outputs

*dict: Dict

The dict input with entries removed.

APEX Nodes