powered by
Removes English characters from a string.
RemoveEnglish(texts)
A string from which English characters should be removed.
RemoveEnglish returns a string with English characters removed.
RemoveEnglish
# 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