Remove quote symbol from string

Hello

Is it possible to remove quote symbol from a string?

I have tried with replace nodes and split nodes, but I cant search for the quote symbol.

Hello,

Maybe you can try something like this?

Hi @Simon_Fiele1 @Lazy_BIM

String.Split will be more precise.

@Kulkul I think that is not the question? The question is how to remove the quotes (") from a string, not spliting.

@Simon_Fiele1 If the quotes are always the last character, you could try this…

1 Like

@Lazy_BIM It does exactly the same. String.Split Removes ("). See below for some couple of options using OOTB node and python. @Simon_Fiele1 @erfajo

Using OOTB nodes.

Using Python

2 Likes

Thank you all

Could be done easy with the split node.
My bad was, that I used a codeblock instead of string node