How to remove aq specific character from a string?

Hi guys,

I want to remove a specific character from a string.
I have a list and I want to search every string in this list for a specific character and delete it and if this character is not found to return the original string ,because I used the remove string node its output is null if the character is not found

thank you

hello ali,

you could try string.replace:

2 Likes

Ohh its very simple thank you