removeFarsiNumbers | R Documentation |
Removes Farsi numerals from a string.
removeFarsiNumbers(texts)
texts |
A string from which Farsi numerals should be removed. |
removeFarsiNumbers
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 \u06f1\u06f2\u06f3\u06f4\u06f5' ## Remove Farsi numbers removeFarsiNumbers(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.