IsAllArabic

Description

Tests whether a particular string is composed entirely of Arabic characters.

Syntax

IsAllArabic ( string )

Returns

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.