"Remove Empty Strings from List" Node. What Package do I need to get this node?

I have a Script with a node that cannot work because I don’t have the package and there is no way to find from what package i can get it.
Do you guys know this node or the package I have to install?

Thanks!

have you tried WhatTheNode from Rhythm?

Hi, if the purpose is to remove the empty strings, why not to use this solution instead of a custom node from a package?

2 Likes

Or design script? This should do the trick:
DSCore.List.Clean(str!=“”? str : null, false);

2 Likes

Yes and if you mean “null” or “empty list” use the node list.clean with a boolean set to false