Thank you for caring
I don't want a code that deletes numbers
I want a code only when writing inside the edittext that only accepts Arabic letters
Without writing any English letters
@Stephen Marsh
@Mohamed Hameed21513110 wrote:
I don't want a code that deletes numbers
I want a code only when writing inside the edittext that only accepts Arabic letters
I understand, I was commenting on the code that you found that relates to your question.
The key point being that the code in question uses a regular expression based find/replace.
You would need to look into how regular expressions work with Arabic input if using a regular expression, however, this sounds more like an extendscript/scriptUI requirement issue that you would need to research.