50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


PersianStemmer (version 1.0)

RemoveEnglish: Remove English characters

Description

Removes English characters from a string.

Usage

RemoveEnglish(texts)

Arguments

texts

A string from which English characters should be removed.

Value

RemoveEnglish returns a string with English characters removed.

Examples

Run this code
# NOT RUN {
# Create string with English characters
x <- '\u062F\u0627\u0646\u0634\u06AF\u0627\u0647 University'

# Remove English characters
RemoveEnglish(x) 
# }

Run the code above in your browser using DataLab