Cull text braces

Hello,

Is there a specific syntax I ignore to cull braces in this panel instead of doing it twice?

Thx

Try deconstruct path

Simple and effective

Thank you

Caveat: works here with integers but won’t work with text (conversion error) or reals (rounds to integer).

As alternatives, you could either shift your two Replace Texts into a Cluster or, for anyone who needs it, delve into Python Regex for a solution with greater flexibility:

StripTheBraces.gh (10.8 KB)

Hello,

I’ll store this one, even if I have zero skill with python

Thx