How can i remove all special characters and spaces from a string. So that are only letters in the string.
Many thanks!
How can i remove all special characters and spaces from a string. So that are only letters in the string.
Many thanks!
Hello @moe
Thank you for the tip earlier.
I’ve implemented the suggested regex formula and made sure to include blank spaces, as I don’t want them removed. However, I’ve noticed that the pipe output is still replacing blank spaces with a plus sign (+).
I also tried inverting the logic—excluding special characters rather than allowing only specific ones—but encountered the same result, where blank spaces are still converted to +.
Additionally, I tested the Regex Pipe, but I wasn’t able to save the rule as it requires a replacement value, and I only want to replace with an actual blank (empty string).
Any further assistance you can provide would be much appreciated.
Thank you
Sahira
We found a minor bug in that pipe and will be fixing it over the weekend. What you did is correct and is not working because of the bug.
Thank you Moe, looking forward to the updates.
Hi @moe unfortunately this is still not working
Do you have deadline for the final resolution please?