removeEnglishNumbers {arabicStemR} | R Documentation |
Remove English numbers
Description
Removes Arabic numerals from a string.
Usage
removeEnglishNumbers(texts)
Arguments
texts |
A string from which English numerals should be removed. |
Value
removeEnglishNumbers
returns a string with English numerals removed.
Author(s)
Rich Nielsen
Examples
## Create string with Arabic characters and English number
x <- '\u0627\u0647\u0644\u0627 \u0648\u0633\u0647\u0644\u0627 123'
## Remove English Numbers
removeNumbers(x)
[Package arabicStemR version 1.3 Index]