Character Functions
A set of utility functions that help identify various types of Arabic characters. These functions make it easy to analyze and manipulate Arabic text.
Last updated
A set of utility functions that help identify various types of Arabic characters. These functions make it easy to analyze and manipulate Arabic text.
Last updated
Syntax
Description
Checks if the given Arabic character is a Sukun.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Sukun, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Shadda.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Shadaa, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Tatweel.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Tatweel, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Tanwin.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Tanwin, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Tashkeel.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Tashkeel, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Haraka.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Haraka, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Short Haraka.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Short Haraka, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Ligature.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Ligature, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Hamza.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Hamza, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Alef.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Alef, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Yeh Like.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Yeh Like, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Waw Like.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Waw Like, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Teh.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Teh, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Small.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Small, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Weak.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Weak, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Moon.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Moon, false
otherwise.
Syntax
Description
Checks if the given Arabic character is a Sun.
Parameters
arChar
- The Arabic character to check.
Returns
boolean
- Returns true
if the character is a Sun, false
otherwise.