removeArabicNumbers | R Documentation |
Removes Arabic numerals from a string.
removeArabicNumbers(texts)
texts |
A string from which Arabic numerals should be removed. |
removeArabicNumbers
returns a string with Arabic numerals removed.
Rich Nielsen
## Create string with Arabic characters and numbers x <- '\u0627\u0647\u0644\u0627 \u0648\u0633\u0647\u0644\u0627 \u0661\u0662\u0663' ## Remove Arabic numbers removeArabicNumbers(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.