Remove double quotes beginning and ending of a string

Hi everyone I want to know how to remove the double quotes " at the beginning and ending of a string.

I am aware of the String Manipulator node and the function replace but the syntax requires to enclose in double quotes the string that you want to remove, so I got a error message.

sTRING

I want to replace it by nothing

Thank you

Mau

Use the following in string manipulation node, for column with text called ‘test’:

expression

5 Likes

Thank you

To be a pedant, that will replace all of the double quotes (e.g "My "cool" text"My cool text) when the OP originally said they wanted to remove only at the front and the end.

If that’s indeed the case, a String Replacer node using a regex would work, as seen in this SS:

5 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.