How can I check if the numbers contains arabic numbers in a list of string
How can I check if the numbers contains arabic numbers in a list of string Problem Description: I have a list of strings , which may contain english numbers and arabic numbers. What I need to do is to convert arabic numbers in to english numbers. for which I am using the below code . … Read more