fixAlifs | R Documentation |
Standardize different hamzas on alif seats in a string.
fixAlifs(texts)
texts |
A string from which different alifs are standardized. |
fixAlifs
returns a string with standardized alifs.
Rich Nielsen
## Create string with Arabic characters x <- '\u0622 \u0623 \u0675' ## Standardize Alifs fixAlifs(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.