SyntaxFix
Write A Post
Hire A Developer
Questions
If anybody still wants this, Java regex for support Unicode? is a good one. It's for when you want ONLY letters (no matter what encoding - japaneese, sweedish) iside an EditText. Later, you can check it using Matcher and Pattern.compile()
Matcher
Pattern.compile()