How to remove non-standard characters

apps

Member
Some people write weird stuff in the name fields like this: "➢ Firstname Lastname".

How can I remove non standard characters like this "➢" so I only leave the normal letters? The issue can occur with any weird character so it should remove all of them. However accents and more should be kept. I just want to remove the non letters.
 
P

Pabblymember11

Guest
Hey @apps

Concerning your issue, I recommend using the 'Code by Pabbly' action step. You can seek assistance to write the code in JavaScript or Python based on your requirements, which will aid in converting the desired response.

1717500723974.png
 
Top