Tests whether a particular string is composed entirely of Arabic characters.
IsAllArabic ( string )
Boolean. Returns true if string is composed entirely of Arabic characters and false if it is not. The presence of numbers, spaces, and punctuation marks will also result in a return value of false.