Addo Well-Known Member Licensed User Longtime User Apr 15, 2021 #1 i have an app that client send some string input and store it in the database but there are some annoying characters that has been sent from [a bad client] These is the following characters and it can be increased how should I filter out this kind of chars? here is the characters when it printed out in HTML it looks very annoying B4X: ทืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืื
i have an app that client send some string input and store it in the database but there are some annoying characters that has been sent from [a bad client] These is the following characters and it can be increased how should I filter out this kind of chars? here is the characters when it printed out in HTML it looks very annoying B4X: ทืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืืื
DonManfred Expert Licensed User Longtime User Apr 15, 2021 #2 use Regex to filter out non standard-characters Upvote 0