String replacing

Hello

 

I have a text file and I need to do for it's ( string replacing  ) to remove any punctuation

 

which node could I use ?? and what is the steps?

 

Thank you .

Hi,

you've got the string manipulation node. You can also use a java snippet as in the example in attachment. It is only an example, it will not solve your problem but will give you a hint. Right click on the metanode to open it and see what inside the java snippet.

 

Fabien