Android Question how can I detect if a string have a characters like this one ?

Addo

Well-Known Member
Licensed User
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
use Regex to filter out non standard-characters
 
Upvote 0
Top