cleanLatinChars {arabicStemR} | R Documentation |
Clean Latin characters
Description
Cleans Latin characters from a string
Usage
cleanLatinChars(texts)
Arguments
texts |
A string from which Latin characters should be removed. |
Value
cleanLatinChars
returns a string with Latin characters removed.
Author(s)
Rich Nielsen
Examples
## Create string with Arabic and latin characters
x <- '\u0627\u0647\u0644\u0627 \u0648\u0633\u0647\u0644\u0627 Hello'
## Rewmove latin characters from string
cleanLatinChars(x)
[Package arabicStemR version 1.3 Index]